@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
ExecutionException
public 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.Computer
org.junit.runners.model.InitializationError
protected org.junit.runner.Runner getRunner(org.junit.runners.model.RunnerBuilder builder, Class<?> testClass) throws Throwable
getRunner
in class org.junit.runner.Computer
Throwable
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.