Uses of Interface
org.powermock.core.testlisteners.GlobalNotificationBuildSupport.Callback
Packages that use GlobalNotificationBuildSupport.Callback
-
Uses of GlobalNotificationBuildSupport.Callback in org.powermock.core.testlisteners
Fields in org.powermock.core.testlisteners with type parameters of type GlobalNotificationBuildSupport.CallbackModifier and TypeFieldDescriptionprivate static final Map<Class<?>,
GlobalNotificationBuildSupport.Callback> GlobalNotificationBuildSupport.initiatedTestSuiteClasses
private static final Map<String,
GlobalNotificationBuildSupport.Callback> GlobalNotificationBuildSupport.testSuiteCallbacks
Methods in org.powermock.core.testlisteners with parameters of type GlobalNotificationBuildSupport.CallbackModifier and TypeMethodDescriptionstatic void
GlobalNotificationBuildSupport.closePendingTestSuites
(GlobalNotificationBuildSupport.Callback callback) static void
GlobalNotificationBuildSupport.prepareTestSuite
(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.CallbackModifier and TypeClassDescription(package private) class
Wraps JUnit's RunNotifier to make sure that the PowerMock-specific instances ofPowerMockTestListener
will also be informed.