Registry / testing / powermock-module-testng-common

powermock-module-testng-common

JSON →
library2.0.9javamavenunverified

Common classes for PowerMock module integration with TestNG testing framework.

<dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-testng-common</artifactId> <version>2.0.9</version> </dependency>
INSTALL
IMPORT
SIG · POWERMOCK-MODULE-T
P
powermock-module-testng-common
testingjavav2.0.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

PowerMockTestNGBase
✓ org.powermock.modules.testng.common.PowerMockTestNGBase

Extend PowerMockTestNGBase to use PowerMock with TestNG.

import org.powermock.modules.testng.common.PowerMockTestNGBase; public class Example extends PowerMockTestNGBase { public void testMethod() { System.out.println("PowerMock TestNG test"); } }
Debug
Known issues
gotchaPowerMock 2.x requires specific TestNG version compatibility; check documentation for supported versions.
fix
Ensure TestNG version matches PowerMock module requirements.
affects: >=2.0.0
Upgrade
Version history
2.0.9latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
powermock-module-testng-common — mvn dependency:get powermock-module-testng-common · libregistry