@Deprecated public class ConfigurableParallelComputer extends org.junit.runner.Computer
ParallelComputerBuilder instead.| Constructor and Description |
|---|
ConfigurableParallelComputer()
Deprecated.
|
ConfigurableParallelComputer(boolean fClasses,
boolean fMethods)
Deprecated.
|
ConfigurableParallelComputer(boolean fClasses,
boolean fMethods,
Integer numberOfThreads,
boolean perCore)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Deprecated.
|
protected org.junit.runner.Runner |
getRunner(org.junit.runners.model.RunnerBuilder builder,
Class<?> testClass)
Deprecated.
|
org.junit.runner.Runner |
getSuite(org.junit.runners.model.RunnerBuilder builder,
Class<?>[] classes)
Deprecated.
|
String |
toString()
Deprecated.
|
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–2023 The Apache Software Foundation. All rights reserved.