Quote of the Month
December 19th, 2006…………………………………………..
If you separate a process from the values it is intended to express
it no longer has any value
…………………………………………..
David Christiansen at Agile Forums
.
…………………………………………..
If you separate a process from the values it is intended to express
it no longer has any value
…………………………………………..
David Christiansen at Agile Forums
.
A few days ago I run to the following problem - in order to prepare test case for one of my classes, I needed to build a mock object. However, due to design issues I needed to mock not an interface, but a class. I quickly tried EasyMock and jMock but both of them […]