| Package | Description |
|---|---|
| org.powermock.core.testlisteners | |
| org.powermock.modules.junit4.internal.impl |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.Class<?>,GlobalNotificationBuildSupport.Callback> |
GlobalNotificationBuildSupport.initiatedTestSuiteClasses |
private static java.util.Map<java.lang.String,GlobalNotificationBuildSupport.Callback> |
GlobalNotificationBuildSupport.testSuiteCallbacks |
| Modifier and Type | Method and Description |
|---|---|
static void |
GlobalNotificationBuildSupport.closePendingTestSuites(GlobalNotificationBuildSupport.Callback callback) |
static void |
GlobalNotificationBuildSupport.prepareTestSuite(java.lang.String testClassName,
GlobalNotificationBuildSupport.Callback callback) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
PowerMockRunNotifier
Wraps JUnit's RunNotifier to make sure that the PowerMock-specific
instances of
PowerMockTestListener will also be informed. |