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 ComputerJUnitCore.defaultComputer()static ComputerComputer.serial()Returns a new default computer, which runs tests in serial orderMethods in org.junit.runner with parameters of type ComputerModifier and TypeMethodDescriptionstatic RequestCreate aRequestthat, when processed, will run all the tests in a set of classes.JUnitCommandLineParseResult.createRequest(Computer computer) Creates aRequest.Run all the tests inclasses.static ResultJUnitCore.runClasses(Computer computer, Class<?>... classes) Run the tests contained inclasses.