OPI Blog
Learn from experts in their fields

Browsing Tags: easymock

Aug 19, 2010
Mimicking External Actions With EasyMock
It will happen sometimes that a unit test will need to do some work that an external source might normally do. One easy-to-see example of this is an ID that gets generated by a database ...
Write Readable Tests with Mockito
A good mocking framework is a must have in any Java developers toolset. Mocking frameworks greatly reduce the amount of code needed to effectively mock dependent interfaces and/or classes. Over the past several years EasyMock ...