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 ResultTestMethodResult. getResult()ResultTestSuiteResult. getResult()static ResultResult. 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 ResultTestMethodResultImpl. resultMethods in org.powermock.core.spi.testresult.impl that return Result Modifier and Type Method Description ResultTestMethodResultImpl. getResult()ResultTestSuiteResultImpl. 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 ResultNotificationBuilder.OngoingTestRun. resultMethods in org.powermock.modules.junit4.internal.impl that return Result Modifier and Type Method Description ResultNotificationBuilder.OngoingTestRun. getResult()Methods in org.powermock.modules.junit4.internal.impl with parameters of type Result Modifier and Type Method Description private booleanNotificationBuilder. notify(org.junit.runner.Description d, Result result)(package private) voidNotificationBuilder.OngoingTestRun. report(Result result)
-