Mocking with java 1.4
Posted
by Filip
on Stack Overflow
See other posts from Stack Overflow
or by Filip
Published on 2010-05-31T13:29:59Z
Indexed on
2010/05/31
13:33 UTC
Read the original article
Hit count: 156
Is there any framework, whick allows to mock concrete classes, not only interfaces in java 1.4? I have third party code with a singleton class, where I wanna change one function, without touching orignal code. Is it possible?
© Stack Overflow or respective owner