A single jar containing all PowerMock core and module binaries for mocking static methods, constructors, and final classes with Mockito.
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-mockito-release-full</artifactId>
<version>1.6.4</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates mocking a static method using PowerMockito.
Add @RunWith(PowerMockRunner.class) for JUnit 4 or configure TestNG listener.
No dependency data recorded yet.