PowerMock API for Mockito 1.x, enabling mocking of static methods, constructors, and final classes in Java testing.
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<version>1.7.4</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Mocks a static method using PowerMockito and verifies the mocked behavior.
Consider upgrading to Mockito 2+ and using mockito-inline for mocking static methods.
No dependency data recorded yet.