jMock is a library that supports test-driven development of Java code with mock objects. Mock objects help you design and test the interactions between the objects in your programs. jMock is easy to use and provides a clean, simple API for defining mock objects and their expectations.
0 / day
0 / day
0 pages per visit
Domain Rating
Domain Authority
Citation Level
Allows the creation of mock objects to simulate the behavior of complex, real objects in controlled ways.
Provides a fluent interface for defining expectations on mock objects, making tests more readable.
Supports flexible argument matching, allowing tests to be more expressive and less brittle.
Integrates seamlessly with JUnit, making it easy to incorporate mock objects into your test suites.
Supports the dynamic creation of mock objects, reducing the need for hand-written mock classes.