Uses of Class
org.junit.runner.Result
-
Packages that use Result Package Description org.junit.experimental.max org.junit.experimental.results org.junit.internal 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 Result
MaxCore. run(java.lang.Class<?> testClass)
Run all the tests inclass
.Result
MaxCore. run(Request request)
Run all the tests contained inrequest
.Result
MaxCore. run(Request request, JUnitCore core)
Run all the tests contained inrequest
.Methods in org.junit.experimental.max with parameters of type Result Modifier and Type Method Description void
MaxHistory.RememberingListener. testRunFinished(Result result)
-
Uses of Result in org.junit.experimental.results
Fields in org.junit.experimental.results declared as Result Modifier and Type Field Description private Result
PrintableResult. result
Methods in org.junit.experimental.results that return Result Modifier and Type Method Description Result
FailureList. result()
Constructors in org.junit.experimental.results with parameters of type Result Constructor Description PrintableResult(Result result)
-
Uses of Result in org.junit.internal
Methods in org.junit.internal with parameters of type Result Modifier and Type Method Description protected void
TextListener. printFailures(Result result)
protected void
TextListener. printFooter(Result result)
void
TextListener. testRunFinished(Result result)
-
Uses of Result in org.junit.runner
Methods in org.junit.runner that return Result Modifier and Type Method Description Result
JUnitCore. run(java.lang.Class<?>... classes)
Run all the tests inclasses
.Result
JUnitCore. run(Test test)
Run all the tests contained in JUnit 3.8.xtest
.Result
JUnitCore. run(Computer computer, java.lang.Class<?>... classes)
Run all the tests inclasses
.Result
JUnitCore. run(Request request)
Run all the tests contained inrequest
.Result
JUnitCore. run(Runner runner)
Do not use.static Result
JUnitCore. runClasses(java.lang.Class<?>... classes)
Run the tests contained inclasses
.static Result
JUnitCore. runClasses(Computer computer, java.lang.Class<?>... classes)
Run the tests contained inclasses
.(package private) Result
JUnitCore. runMain(JUnitSystem system, java.lang.String... args)
Methods in org.junit.runner with parameters of type Result Modifier and Type Method Description void
Result.Listener. testRunFinished(Result result)
Constructors in org.junit.runner with parameters of type Result Constructor Description SerializedForm(Result result)
-
Uses of Result in org.junit.runner.notification
Methods in org.junit.runner.notification with parameters of type Result Modifier and Type Method Description void
RunNotifier. fireTestRunFinished(Result result)
Do not invoke.void
RunListener. testRunFinished(Result result)
Called when all tests have finished.void
SynchronizedRunListener. testRunFinished(Result result)
-