Package | Description |
---|---|
org.powermock.core.spi | |
org.powermock.core.spi.support | |
org.powermock.core.spi.testresult.impl | |
org.powermock.tests.utils | |
org.powermock.tests.utils.impl |
Modifier and Type | Method and Description |
---|---|
void |
PowerMockTestListener.afterTestSuiteEnded(java.lang.Class<?> testClass,
java.lang.reflect.Method[] methods,
TestSuiteResult testResult)
Invoked after a test suite has ended.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPowerMockTestListenerBase.afterTestSuiteEnded(java.lang.Class<?> testClass,
java.lang.reflect.Method[] methods,
TestSuiteResult testResult)
Provides an empty implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
TestSuiteResultImpl |
Modifier and Type | Method and Description |
---|---|
void |
PowerMockTestNotifier.notifyAfterTestSuiteEnded(java.lang.Class<?> testClass,
java.lang.reflect.Method[] methods,
TestSuiteResult testResult)
Notifies all listeners with the "after test suite ended" event.
|
Modifier and Type | Method and Description |
---|---|
void |
PowerMockTestNotifierImpl.notifyAfterTestSuiteEnded(java.lang.Class<?> testClass,
java.lang.reflect.Method[] methods,
TestSuiteResult testResult)
Notifies all listeners with the "after test suite ended" event.
|