Reference Documentation
Tutorials
- Getting Started with jMock3
- Constraints4
- Stubs, Expectations and Mocked Method Dispatch in jMock5
- Mocking Classes with jMock and CGLIB6
- Testing Multithreaded Code with jMock7
Customisation
More information about testing with mock objects is available at www.mockobjects.com11
Articles
- jMock: Yoga for your Unit Tests12
- Mock Roles, Not Objects13
- Comparing jMock and DynaMock14
- Comparing jMock and EasyMock15
Links:
1. http://www.jmock.org/docs/javadoc/index.html
2. http://www.jmock.org/versioning.html
3. http://www.jmock.org/getting-started.html
4. http://www.jmock.org/constraints.html
5. http://www.jmock.org/dispatch.html
6. http://www.jmock.org/cglib.html
7. http://www.jmock.org/threads.html
8. http://www.jmock.org/custom-constraints.html
9. http://www.jmock.org/custom-matchers.html
10. http://www.jmock.org/custom-stubs.html
11. http://www.mockobjects.com
12. http://www.jmock.org/yoga.html
13. http://www.jmock.org/oopsla2004.pdf