Uses of Interface
org.powermock.core.spi.testresult.TestSuiteResult
-
Packages that use TestSuiteResult 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 -
-
Uses of TestSuiteResult in org.powermock.core.spi
Methods in org.powermock.core.spi with parameters of type TestSuiteResult Modifier and Type Method Description voidPowerMockTestListener. afterTestSuiteEnded(java.lang.Class<?> testClass, java.lang.reflect.Method[] methods, TestSuiteResult testResult)Invoked after a test suite has ended. -
Uses of TestSuiteResult in org.powermock.core.spi.support
Methods in org.powermock.core.spi.support with parameters of type TestSuiteResult Modifier and Type Method Description voidAbstractPowerMockTestListenerBase. afterTestSuiteEnded(java.lang.Class<?> testClass, java.lang.reflect.Method[] methods, TestSuiteResult testResult)Provides an empty implementation. -
Uses of TestSuiteResult in org.powermock.core.spi.testresult.impl
Classes in org.powermock.core.spi.testresult.impl that implement TestSuiteResult Modifier and Type Class Description classTestSuiteResultImpl -
Uses of TestSuiteResult in org.powermock.tests.utils
Methods in org.powermock.tests.utils with parameters of type TestSuiteResult Modifier and Type Method Description voidPowerMockTestNotifier. notifyAfterTestSuiteEnded(java.lang.Class<?> testClass, java.lang.reflect.Method[] methods, TestSuiteResult testResult)Notifies all listeners with the "after test suite ended" event. -
Uses of TestSuiteResult in org.powermock.tests.utils.impl
Methods in org.powermock.tests.utils.impl with parameters of type TestSuiteResult Modifier and Type Method Description voidPowerMockTestNotifierImpl. notifyAfterTestSuiteEnded(java.lang.Class<?> testClass, java.lang.reflect.Method[] methods, TestSuiteResult testResult)
-