Uses of Class
org.junit.runner.Computer
Packages that use Computer
Package
Description
Provides classes used to describe, collect, run and analyze multiple tests.
-
Uses of Computer in org.junit.experimental
Subclasses of Computer in org.junit.experimentalMethods in org.junit.experimental that return Computer -
Uses of Computer in org.junit.runner
Methods in org.junit.runner that return ComputerModifier and TypeMethodDescription(package private) static Computer
JUnitCore.defaultComputer()
static Computer
Computer.serial()
Returns a new default computer, which runs tests in serial orderMethods in org.junit.runner with parameters of type ComputerModifier and TypeMethodDescriptionstatic Request
Create aRequest
that, when processed, will run all the tests in a set of classes.JUnitCommandLineParseResult.createRequest
(Computer computer) Creates aRequest
.Run all the tests inclasses
.static Result
JUnitCore.runClasses
(Computer computer, Class<?>... classes) Run the tests contained inclasses
.