Uses of Class
org.junit.runner.Computer
Packages that use Computer | |
---|---|
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 | |
---|---|
class |
ParallelComputer |
Methods in org.junit.experimental that return Computer | |
---|---|
static Computer |
ParallelComputer.classes() |
static Computer |
ParallelComputer.methods() |
Uses of Computer in org.junit.runner |
---|
Methods in org.junit.runner that return Computer | |
---|---|
static Computer |
Computer.serial() Returns a new default computer, which runs tests in serial order |
Methods in org.junit.runner with parameters of type Computer | |
---|---|
static Request |
Request.classes(Computer computer, Class<?>... classes) Create a Request that, when processed, will run all the tests in a set of classes. |
Result |
JUnitCore.run(Computer computer, Class<?>... classes) Run all the tests in classes . |
static Result |
JUnitCore.runClasses(Computer computer, Class<?>... classes) Run the tests contained in classes . |