PowerMock support module for JUnit 4.x rules, enabling mocking of static methods and constructors in tests.
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4-rule</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.
Minimal JUnit 4 test using PowerMockRule to enable PowerMock features.
Consider migrating to Mockito's inline mock maker or other modern alternatives.
No dependency data recorded yet.