mocking
Spring Test supports the unit testing and integration testing of Spring components with JUnit or TestNG. It provides consistent loading and caching of Spring ApplicationContexts and provides mock objects that you can use to test your code in ...
Last Release on Apr 17, 2026
4.EasyMock5,396 usages
org.easymock » easymock Apache
EasyMock provides an easy way to create Mock Objects for interfaces and classes generating them on the fly
Last Release on May 18, 2025
5.WireMock559 usages
org.wiremock » wiremock Apache
A web service test double for all occasions
Last Release on Nov 14, 2025
JMockit is a Java toolkit for automated developer testing.
It contains APIs for the creation of the objects to be tested, for mocking dependencies, and for faking external
APIs; JUnit (4 & 5) and TestNG test runners are supported.
Last Release on Jun 20, 2025
