Uses of Class
org.junit.runner.Result
Packages that use Result
Package
Description
Provides classes used to describe, collect, run and analyze multiple tests.
Provides information about a test run.
-
Uses of Result in org.junit.experimental.max
Methods in org.junit.experimental.max that return ResultModifier and TypeMethodDescriptionRun all the tests inclass
.Run all the tests contained inrequest
.Run all the tests contained inrequest
.Methods in org.junit.experimental.max with parameters of type ResultModifier and TypeMethodDescriptionvoid
MaxHistory.RememberingListener.testRunFinished
(Result result) -
Uses of Result in org.junit.experimental.results
Fields in org.junit.experimental.results declared as ResultMethods in org.junit.experimental.results that return ResultConstructors in org.junit.experimental.results with parameters of type Result -
Uses of Result in org.junit.internal
Methods in org.junit.internal with parameters of type ResultModifier and TypeMethodDescriptionprotected 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 ResultModifier and TypeMethodDescriptionRun all the tests inclasses
.Run all the tests contained in JUnit 3.8.xtest
.Run all the tests inclasses
.Run all the tests contained inrequest
.Do not use.static Result
JUnitCore.runClasses
(Class<?>... classes) Run the tests contained inclasses
.static Result
JUnitCore.runClasses
(Computer computer, Class<?>... classes) Run the tests contained inclasses
.(package private) Result
JUnitCore.runMain
(JUnitSystem system, String... args) Methods in org.junit.runner with parameters of type ResultConstructors in org.junit.runner with parameters of type Result -
Uses of Result in org.junit.runner.notification
Methods in org.junit.runner.notification with parameters of type ResultModifier and TypeMethodDescriptionvoid
RunNotifier.fireTestRunFinished
(Result result) Do not invoke.void
RunListener.testRunFinished
(Result result) Called when all tests have finished.void
SynchronizedRunListener.testRunFinished
(Result result)