jMock - An Expressive Mock Object Library for Java | Website analytics by TrustRadar
Blurry colored background
jmock.org Software Development Testing Tools Java Libraries

jMock - An Expressive Mock Object Library for Java

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.

Unique Visits

0

0 / day

Total Views

0

0 / day

Visit Duration, avg.

0 min

0 pages per visit

Bounce Rate

0%

  • Domain Rating

  • Domain Authority

  • Citation Level

Founded in

2003

Website Key Features

Mock Objects

Allows the creation of mock objects to simulate the behavior of complex, real objects in controlled ways.

Expectations

Provides a fluent interface for defining expectations on mock objects, making tests more readable.

Flexible Matching

Supports flexible argument matching, allowing tests to be more expressive and less brittle.

Integration

Integrates seamlessly with JUnit, making it easy to incorporate mock objects into your test suites.

Dynamic Mocks

Supports the dynamic creation of mock objects, reducing the need for hand-written mock classes.