| java.lang.Object | ||
| ↳ | org.junit.runner.Computer | |
| ↳ | org.junit.experimental.ParallelComputer | |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a suite for
classes, building Runners with builder. | |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a single-class runner for
testClass, using builder
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.junit.runner.Computer
| |||||||||||
From class
java.lang.Object
| |||||||||||
Create a suite for classes, building Runners with builder.
Throws an InitializationError if Runner construction fails
| InitializationError |
|---|
Create a single-class runner for testClass, using builder
| Throwable |
|---|