EasyMock
Description
EasyMock is a Java library that provides an easy way to use Mock Objects in unit testing with JUnit and TestNG.
EasyMock Web SiteUser Ratings
User Reviews
-
Thanks easymock
-
Very helpful for writing better unit tests more easily.
-
very good project
-
An excellent mocking framework.
-
Whenever I need a mock, I use easymock. With its extensibility to define own matchers, the support for stub calls and the possiblity to setup multiple controls make it usable for nearly every situation. I like the way expectations are defined, because rename refactorings don't require to update the expectations. Thanks.