Uses of Interface
org.powermock.tests.utils.PowerMockTestNotifier
-
Packages that use PowerMockTestNotifier Package Description org.powermock.modules.junit4.common.internal.impl org.powermock.tests.utils.impl -
-
Uses of PowerMockTestNotifier in org.powermock.modules.junit4.common.internal.impl
Constructors in org.powermock.modules.junit4.common.internal.impl with parameters of type PowerMockTestNotifier Constructor Description PowerMockJUnit4RunListener(ClassLoader mockClassLoader, PowerMockTestNotifier powerMockTestNotifier) -
Uses of PowerMockTestNotifier in org.powermock.tests.utils.impl
Classes in org.powermock.tests.utils.impl that implement PowerMockTestNotifier Modifier and Type Class Description classPowerMockTestNotifierImplUtility class that may be used by PowerMock test runners to notify listeners.
-