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.initiatedTestSuiteClassesprivate static final Map<String, GlobalNotificationBuildSupport.Callback> GlobalNotificationBuildSupport.testSuiteCallbacksMethods in org.powermock.core.testlisteners with parameters of type GlobalNotificationBuildSupport.CallbackModifier and TypeMethodDescriptionstatic voidGlobalNotificationBuildSupport.closePendingTestSuites(GlobalNotificationBuildSupport.Callback callback) static voidGlobalNotificationBuildSupport.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) classWraps JUnit's RunNotifier to make sure that the PowerMock-specific instances ofPowerMockTestListenerwill also be informed.