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 classParallelComputerMethods in org.junit.experimental that return Computer Modifier and Type Method Description static ComputerParallelComputer. classes()static ComputerParallelComputer. methods() -
Uses of Computer in org.junit.runner
Methods in org.junit.runner that return Computer Modifier and Type Method Description static ComputerComputer. 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 RequestRequest. classes(Computer computer, java.lang.Class<?>... classes)Create aRequestthat, when processed, will run all the tests in a set of classes.ResultJUnitCore. run(Computer computer, java.lang.Class<?>... classes)Run all the tests inclasses.static ResultJUnitCore. runClasses(Computer computer, java.lang.Class<?>... classes)Run the tests contained inclasses.
-