PowerMock module for TestNG that enables mocking of static methods, constructors, and final classes.
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-testng</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.
Extends PowerMockTestCase to enable PowerMock features in TestNG tests.
Consider using Mockito's inline mock maker or other modern mocking frameworks.
No dependency data recorded yet.