PowerMock module providing JUnit 4 rule support with Java agent for mocking static methods and constructors.
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4-rule-agent</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.
Uses PowerMockRule to enable mocking of static methods in JUnit 4 tests.
Use JUnit 4.12 or later, and ensure no conflicting mock frameworks.
No dependency data recorded yet.