Uses of Class
org.powermock.core.spi.testresult.Result

Packages that use Result
org.powermock.core.spi.testresult   
org.powermock.core.spi.testresult.impl   
 

Uses of Result in org.powermock.core.spi.testresult
 

Methods in org.powermock.core.spi.testresult that return Result
 Result TestMethodResult.getResult()
           
 Result TestSuiteResult.getResult()
           
static Result Result.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Result[] Result.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Result in org.powermock.core.spi.testresult.impl
 

Methods in org.powermock.core.spi.testresult.impl that return Result
 Result TestMethodResultImpl.getResult()
           
 Result TestSuiteResultImpl.getResult()
           
 

Constructors in org.powermock.core.spi.testresult.impl with parameters of type Result
TestMethodResultImpl(Result result)
           
 



Copyright © 2007-2012. All Rights Reserved.