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