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 org.powermock.modules.junit4.internal.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(java.lang.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
Fields in org.powermock.core.spi.testresult.impl declared as Result Modifier and Type Field Description private Result
TestMethodResultImpl. result
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)
-
Uses of Result in org.powermock.modules.junit4.internal.impl
Fields in org.powermock.modules.junit4.internal.impl declared as Result Modifier and Type Field Description private Result
NotificationBuilder.OngoingTestRun. result
Methods in org.powermock.modules.junit4.internal.impl that return Result Modifier and Type Method Description Result
NotificationBuilder.OngoingTestRun. getResult()
Methods in org.powermock.modules.junit4.internal.impl with parameters of type Result Modifier and Type Method Description private boolean
NotificationBuilder. notify(org.junit.runner.Description d, Result result)
(package private) void
NotificationBuilder.OngoingTestRun. report(Result result)
-