EasyMock

Home     Downloads     Documentation     License     User Comments     Links

Links

This section links to all kinds of inforamtion related to EasyMock and Mock Objects.

EasyMock Yahoo!Group

The EasyMock Yahoo!Group is available at http://groups.yahoo.com/group/easymock.

EasyMock in Books

EasyMock in Presentations and Papers

EasyMock Ports to Other Languages

Mock Objects in General

http://www.mockobjects.com contains a lot of Mock Object-related information.

EasyMock Alternatives

jMock is another dynamic Mock Object generator for Java that was first released two years after EasyMock. It uses another approach to define expectations that results in more flexibility to set expectations (you may specify almost everything imaginable) at the cost of less flexibility when refactoring (refactorings like method renaming and parameter reordering will break the tests) and loss of code completion when defining expectations or test-driving code.

© 2001-2007 Tammo Freese