Class GlobalNotificationBuildSupport
java.lang.Object
org.powermock.core.testlisteners.GlobalNotificationBuildSupport
Core static utility to help modules, such as PowerMockRunner, that needs to
communicate with some 3rd-party framework in order to properly fire
events to PowerMockTestListener instances.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidcloseTestSuite(Class<?> testClass) static voidprepareTestSuite(String testClassName, GlobalNotificationBuildSupport.Callback callback) static voidtestClassInitiated(Class<?> testClass) static voidtestInstanceCreated(Object testInstance)
-
Constructor Details
-
GlobalNotificationBuildSupport
public GlobalNotificationBuildSupport()
-
-
Method Details
-
prepareTestSuite
public static void prepareTestSuite(String testClassName, GlobalNotificationBuildSupport.Callback callback) -
testClassInitiated
-
testInstanceCreated
-
closeTestSuite
-
closePendingTestSuites
-