public class ConfigurableParallelComputer
extends org.junit.runner.Computer
| Constructor and Description |
|---|
ConfigurableParallelComputer() |
ConfigurableParallelComputer(boolean fClasses,
boolean fMethods) |
ConfigurableParallelComputer(boolean fClasses,
boolean fMethods,
Integer numberOfThreads,
boolean perCore) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected org.junit.runner.Runner |
getRunner(org.junit.runners.model.RunnerBuilder builder,
Class<?> testClass) |
org.junit.runner.Runner |
getSuite(org.junit.runners.model.RunnerBuilder builder,
Class<?>[] classes) |
String |
toString() |
public ConfigurableParallelComputer()
public ConfigurableParallelComputer(boolean fClasses,
boolean fMethods)
public ConfigurableParallelComputer(boolean fClasses,
boolean fMethods,
Integer numberOfThreads,
boolean perCore)
public void close()
throws ExecutionException
ExecutionExceptionpublic org.junit.runner.Runner getSuite(org.junit.runners.model.RunnerBuilder builder,
Class<?>[] classes)
throws org.junit.runners.model.InitializationError
getSuite in class org.junit.runner.Computerorg.junit.runners.model.InitializationErrorprotected org.junit.runner.Runner getRunner(org.junit.runners.model.RunnerBuilder builder,
Class<?> testClass)
throws Throwable
getRunner in class org.junit.runner.ComputerThrowableCopyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.