org.apache.maven.surefire.junitcore
Class ConfigurableParallelComputer
java.lang.Object
org.junit.runner.Computer
org.apache.maven.surefire.junitcore.ConfigurableParallelComputer
public class ConfigurableParallelComputer
- extends org.junit.runner.Computer
Method Summary |
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()
|
Methods inherited from class org.junit.runner.Computer |
serial |
ConfigurableParallelComputer
public ConfigurableParallelComputer()
ConfigurableParallelComputer
public ConfigurableParallelComputer(boolean fClasses,
boolean fMethods)
ConfigurableParallelComputer
public ConfigurableParallelComputer(boolean fClasses,
boolean fMethods,
Integer numberOfThreads,
boolean perCore)
close
public void close()
throws java.util.concurrent.ExecutionException
- Throws:
java.util.concurrent.ExecutionException
getSuite
public org.junit.runner.Runner getSuite(org.junit.runners.model.RunnerBuilder builder,
Class<?>[] classes)
throws org.junit.runners.model.InitializationError
- Overrides:
getSuite
in class org.junit.runner.Computer
- Throws:
org.junit.runners.model.InitializationError
getRunner
protected org.junit.runner.Runner getRunner(org.junit.runners.model.RunnerBuilder builder,
Class<?> testClass)
throws Throwable
- Overrides:
getRunner
in class org.junit.runner.Computer
- Throws:
Throwable
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.