Uses of Class
org.junit.runner.Computer
-
Packages that use Computer Package Description org.junit.experimental org.junit.runner Provides classes used to describe, collect, run and analyze multiple tests. -
-
Uses of Computer in org.junit.experimental
Subclasses of Computer in org.junit.experimental Modifier and Type Class Description class
ParallelComputer
Methods in org.junit.experimental that return Computer Modifier and Type Method Description static Computer
ParallelComputer. classes()
static Computer
ParallelComputer. methods()
-
Uses of Computer in org.junit.runner
Methods in org.junit.runner that return Computer Modifier and Type Method Description static Computer
Computer. serial()
Returns a new default computer, which runs tests in serial orderMethods in org.junit.runner with parameters of type Computer Modifier and Type Method Description static Request
Request. classes(Computer computer, java.lang.Class<?>... classes)
Create aRequest
that, when processed, will run all the tests in a set of classes.Result
JUnitCore. run(Computer computer, java.lang.Class<?>... classes)
Run all the tests inclasses
.static Result
JUnitCore. runClasses(Computer computer, java.lang.Class<?>... classes)
Run the tests contained inclasses
.
-