1. Unit testing DAO, am I doing it right? stackoverflow.comI'm starting out unit testing and reviewing Java web programming. The thing is I don't know if I'm doing things right. I'm building a mini blog. I'm using EasyMock for the ... |
2. EasyMock returns Null for Expected Method stackoverflow.comI have am having a problem with EasyMock returning null for an expected (defined) method call. Creation of the mocked Object
Mock Set up in unit test.
processData method simply calls
|