Uses of Interface
org.powermock.core.spi.testresult.TestSuiteResult

Packages that use TestSuiteResult
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
 void 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 TestSuiteResult
 void 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
 class TestSuiteResultImpl
           
 

Uses of TestSuiteResult in org.powermock.tests.utils
 

Methods in org.powermock.tests.utils with parameters of type TestSuiteResult
 void 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 TestSuiteResult
 void PowerMockTestNotifierImpl.notifyAfterTestSuiteEnded(Class<?> testClass, Method[] methods, TestSuiteResult testResult)
          Notifies all listeners with the "after test suite ended" event.
 



Copyright © 2007-2014. All Rights Reserved.