Uses of Interface
org.powermock.core.spi.testresult.TestMethodResult
-
-
Uses of TestMethodResult in org.powermock.core.spi
Methods in org.powermock.core.spi with parameters of type TestMethodResult Modifier and Type Method Description voidPowerMockTestListener. afterTestMethod(java.lang.Object testInstance, java.lang.reflect.Method method, java.lang.Object[] arguments, TestMethodResult testResult)Invoked after each test method. -
Uses of TestMethodResult in org.powermock.core.spi.support
Methods in org.powermock.core.spi.support with parameters of type TestMethodResult Modifier and Type Method Description voidAbstractPowerMockTestListenerBase. afterTestMethod(java.lang.Object testInstance, java.lang.reflect.Method method, java.lang.Object[] arguments, TestMethodResult testResult)Provides an empty implementation. -
Uses of TestMethodResult in org.powermock.core.spi.testresult.impl
Classes in org.powermock.core.spi.testresult.impl that implement TestMethodResult Modifier and Type Class Description classTestMethodResultImpl -
Uses of TestMethodResult in org.powermock.core.testlisteners
Methods in org.powermock.core.testlisteners with parameters of type TestMethodResult Modifier and Type Method Description voidFieldDefaulter. afterTestMethod(java.lang.Object testInstance, java.lang.reflect.Method method, java.lang.Object[] arguments, TestMethodResult testResult) -
Uses of TestMethodResult in org.powermock.modules.junit4.internal.impl
Classes in org.powermock.modules.junit4.internal.impl that implement TestMethodResult Modifier and Type Class Description private classNotificationBuilder.OngoingTestRun -
Uses of TestMethodResult in org.powermock.tests.utils
Methods in org.powermock.tests.utils with parameters of type TestMethodResult Modifier and Type Method Description voidPowerMockTestNotifier. notifyAfterTestMethod(java.lang.Object testInstance, java.lang.reflect.Method testMethod, java.lang.Object[] arguments, TestMethodResult testResult)Notifies all listeners with the "after test method ended" event. -
Uses of TestMethodResult in org.powermock.tests.utils.impl
Methods in org.powermock.tests.utils.impl with parameters of type TestMethodResult Modifier and Type Method Description voidPowerMockTestNotifierImpl. notifyAfterTestMethod(java.lang.Object testInstance, java.lang.reflect.Method method, java.lang.Object[] arguments, TestMethodResult testResult)
-