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
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-2016 The Apache Software Foundation. All Rights Reserved.