PowerMock extension for EasyMock enabling mocking of static methods, constructors, and final classes.
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-easymock</artifactId>
<version>2.0.9</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 PowerMock with EasyMock.
Use @RunWith(PowerMockRunner.class) and @PrepareForTest annotations correctly.
No dependency data recorded yet.