org.junit.experimental
Class ParallelComputer
java.lang.Object
   org.junit.runner.Computer
org.junit.runner.Computer
       org.junit.experimental.ParallelComputer
org.junit.experimental.ParallelComputer
- public class ParallelComputer 
- extends Computer
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ParallelComputer
public ParallelComputer(boolean classes,
                        boolean methods)
classes
public static Computer classes()
- 
 
methods
public static Computer methods()
- 
 
getSuite
public Runner getSuite(RunnerBuilder builder,
                       Class<?>[] classes)
                throws InitializationError
- Description copied from class: Computer
- Create a suite for classes, building Runners withbuilder.
 Throws an InitializationError if Runner construction fails
 
- 
- Overrides:
- getSuitein class- Computer
 
- 
- Throws:
- InitializationError
 
getRunner
protected Runner getRunner(RunnerBuilder builder,
                           Class<?> testClass)
                    throws Throwable
- Description copied from class: Computer
- Create a single-class runner for testClass, usingbuilder
 
- 
- Overrides:
- getRunnerin class- Computer
 
- 
- Throws:
- Throwable