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   
 

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
           
 



Copyright © 2007-2012. All Rights Reserved.