Uses of Class
org.powermock.core.spi.testresult.Result
-
Packages that use Result Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description Result
TestMethodResultImpl. getResult()
Result
TestSuiteResultImpl. getResult()
Constructors in org.powermock.core.spi.testresult.impl with parameters of type Result Constructor Description TestMethodResultImpl(Result result)
-