Uses of Class
org.junit.runner.Result
-
Packages that use Result Package Description org.junit.experimental.max org.junit.runner Provides classes used to describe, collect, run and analyze multiple tests.org.junit.runner.notification Provides information about a test run. -
-
Uses of Result in org.junit.experimental.max
Methods in org.junit.experimental.max that return Result Modifier and Type Method Description ResultMaxCore. run(java.lang.Class<?> testClass)Run all the tests inclass.ResultMaxCore. run(Request request)Run all the tests contained inrequest.ResultMaxCore. run(Request request, JUnitCore core)Run all the tests contained inrequest. -
Uses of Result in org.junit.runner
Methods in org.junit.runner that return Result Modifier and Type Method Description ResultJUnitCore. run(java.lang.Class<?>... classes)Run all the tests inclasses.ResultJUnitCore. run(Test test)Run all the tests contained in JUnit 3.8.xtest.ResultJUnitCore. run(Computer computer, java.lang.Class<?>... classes)Run all the tests inclasses.ResultJUnitCore. run(Request request)Run all the tests contained inrequest.ResultJUnitCore. run(Runner runner)Do not use.static ResultJUnitCore. runClasses(java.lang.Class<?>... classes)Run the tests contained inclasses.static ResultJUnitCore. runClasses(Computer computer, java.lang.Class<?>... classes)Run the tests contained inclasses. -
Uses of Result in org.junit.runner.notification
Methods in org.junit.runner.notification with parameters of type Result Modifier and Type Method Description voidRunNotifier. fireTestRunFinished(Result result)Do not invoke.voidRunListener. testRunFinished(Result result)Called when all tests have finished.
-