Uses of Interface
org.powermock.core.spi.testresult.TestSuiteResult
Packages that use TestSuiteResult
Package
Description
-
Uses of TestSuiteResult in org.powermock.core.spi
Methods in org.powermock.core.spi with parameters of type TestSuiteResultModifier and TypeMethodDescriptionvoid
PowerMockTestListener.afterTestSuiteEnded
(Class<?> testClass, 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 TestSuiteResultModifier and TypeMethodDescriptionvoid
AbstractPowerMockTestListenerBase.afterTestSuiteEnded
(Class<?> testClass, 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 -
Uses of TestSuiteResult in org.powermock.tests.utils
Methods in org.powermock.tests.utils with parameters of type TestSuiteResultModifier and TypeMethodDescriptionvoid
PowerMockTestNotifier.notifyAfterTestSuiteEnded
(Class<?> testClass, 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 TestSuiteResultModifier and TypeMethodDescriptionvoid
PowerMockTestNotifierImpl.notifyAfterTestSuiteEnded
(Class<?> testClass, Method[] methods, TestSuiteResult testResult) Notifies all listeners with the "after test suite ended" event.