|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.junit.runner.Computer
org.apache.maven.surefire.junitcore.ConfigurableParallelComputer
@Deprecated public class ConfigurableParallelComputer
Since SUREFIRE 2.18 this class is deprecated.
Please use ParallelComputerBuilder instead.
| Constructor Summary | |
|---|---|
ConfigurableParallelComputer()
Deprecated. |
|
ConfigurableParallelComputer(boolean fClasses,
boolean fMethods)
Deprecated. |
|
ConfigurableParallelComputer(boolean fClasses,
boolean fMethods,
Integer numberOfThreads,
boolean perCore)
Deprecated. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.junit.runner.Computer |
|---|
serial |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurableParallelComputer()
public ConfigurableParallelComputer(boolean fClasses,
boolean fMethods)
public ConfigurableParallelComputer(boolean fClasses,
boolean fMethods,
Integer numberOfThreads,
boolean perCore)
| Method Detail |
|---|
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.Computerorg.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.ComputerThrowablepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||