Package org.powermock.core.testlisteners
Interface GlobalNotificationBuildSupport.Callback
-
- All Known Implementing Classes:
PowerMockRunNotifier
- Enclosing class:
- GlobalNotificationBuildSupport
public static interface GlobalNotificationBuildSupport.Callback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
suiteClassInitiated(java.lang.Class<?> testClass)
void
testInstanceCreated(java.lang.Object testInstance)
-