Package | Description |
---|---|
org.powermock.modules.junit4.common.internal.impl | |
org.powermock.modules.junit4.internal.impl | |
org.powermock.tests.utils.impl |
Modifier and Type | Field and Description |
---|---|
private PowerMockTestNotifier |
PowerMockJUnit4RunListener.powerMockTestNotifier |
Constructor and Description |
---|
PowerMockJUnit4RunListener(java.lang.ClassLoader mockClassLoader,
PowerMockTestNotifier powerMockTestNotifier) |
Modifier and Type | Field and Description |
---|---|
private PowerMockTestNotifier |
PowerMockJUnit44RunnerDelegateImpl.powerMockTestNotifier |
private PowerMockTestNotifier |
DelegatingPowerMockRunner.powerMockTestNotifier |
private PowerMockTestNotifier |
PowerMockRunNotifier.powerMockTestNotifier |
private PowerMockTestNotifier |
NotificationBuilder.powerMockTestNotifier |
Constructor and Description |
---|
NotificationBuilder(java.lang.reflect.Method[] testMethods,
PowerMockTestNotifier notifier,
java.util.List<?> pendingTestInstances) |
PowerMockRunNotifier(org.junit.runner.notification.RunNotifier junitRunNotifier,
PowerMockTestNotifier powerMockTestNotifier,
java.lang.reflect.Method[] testMethods) |
Modifier and Type | Class and Description |
---|---|
class |
PowerMockTestNotifierImpl
Utility class that may be used by PowerMock test runners to notify listeners.
|