Uses of Interface
org.powermock.tests.utils.PowerMockTestNotifier
-
Packages that use PowerMockTestNotifier Package Description org.powermock.modules.junit4.common.internal.impl org.powermock.modules.junit4.internal.impl org.powermock.tests.utils.impl -
-
Uses of PowerMockTestNotifier in org.powermock.modules.junit4.common.internal.impl
Fields in org.powermock.modules.junit4.common.internal.impl declared as PowerMockTestNotifier Modifier and Type Field Description private PowerMockTestNotifier
PowerMockJUnit4RunListener. powerMockTestNotifier
Constructors in org.powermock.modules.junit4.common.internal.impl with parameters of type PowerMockTestNotifier Constructor Description PowerMockJUnit4RunListener(java.lang.ClassLoader mockClassLoader, PowerMockTestNotifier powerMockTestNotifier)
-
Uses of PowerMockTestNotifier in org.powermock.modules.junit4.internal.impl
Fields in org.powermock.modules.junit4.internal.impl declared as PowerMockTestNotifier Modifier and Type Field Description private PowerMockTestNotifier
DelegatingPowerMockRunner. powerMockTestNotifier
private PowerMockTestNotifier
NotificationBuilder. powerMockTestNotifier
private PowerMockTestNotifier
PowerMockJUnit44RunnerDelegateImpl. powerMockTestNotifier
private PowerMockTestNotifier
PowerMockRunNotifier. powerMockTestNotifier
Constructors in org.powermock.modules.junit4.internal.impl with parameters of type PowerMockTestNotifier Constructor 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)
-
Uses of PowerMockTestNotifier in org.powermock.tests.utils.impl
Classes in org.powermock.tests.utils.impl that implement PowerMockTestNotifier Modifier and Type Class Description class
PowerMockTestNotifierImpl
Utility class that may be used by PowerMock test runners to notify listeners.
-