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?
Is there any framework, whick allows to mock concrete classes, not only interfaces in
Share
JMock 1.2 supports this. Details here.