Uses of Interface
org.powermock.core.testlisteners.GlobalNotificationBuildSupport.Callback
-
Packages that use GlobalNotificationBuildSupport.Callback Package Description org.powermock.core.testlisteners org.powermock.modules.junit4.internal.impl -
-
Uses of GlobalNotificationBuildSupport.Callback in org.powermock.core.testlisteners
Fields in org.powermock.core.testlisteners with type parameters of type GlobalNotificationBuildSupport.Callback Modifier and Type Field 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
Methods in org.powermock.core.testlisteners with parameters of type GlobalNotificationBuildSupport.Callback Modifier and Type Method Description static void
GlobalNotificationBuildSupport. closePendingTestSuites(GlobalNotificationBuildSupport.Callback callback)
static void
GlobalNotificationBuildSupport. prepareTestSuite(java.lang.String testClassName, GlobalNotificationBuildSupport.Callback callback)
-
Uses of GlobalNotificationBuildSupport.Callback in org.powermock.modules.junit4.internal.impl
Classes in org.powermock.modules.junit4.internal.impl that implement GlobalNotificationBuildSupport.Callback Modifier and Type Class Description (package private) class
PowerMockRunNotifier
Wraps JUnit's RunNotifier to make sure that the PowerMock-specific instances ofPowerMockTestListener
will also be informed.
-