Mocking
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
PowerMock API for Mockito 1.+..
Last Release on Apr 12, 2018
Relocated → org.powermock »
powermock-api-mockito2
10.PowerMock7 usages
org.powermock » powermock Apache
PowerMock allows you to unit test code normally regarded as untestable.
For instance it is possible to mock static methods, remove static initializers, allow mocking without dependency
injection and more.
Last Release on Nov 4, 2016
