jMock is a library for testing Java code using mock objects. Mock objects help you design and test the interactions between the objects in your programs. jMock makes it quick and easy to define mock objects, so you don't break the rhythm of programming. jMock lets you define flexible constraints over object interactions, reducing the brittleness of your tests. jMock is easy to extend.
| Tags | Software Development Libraries Java Libraries Testing |
|---|---|
| Licenses | BSD Revised |
| Implementation | Java |