@Beta @Deprecated public class ConcurrentParameterizedRunner extends org.junit.runners.BlockJUnit4ClassRunner
Runner that allows parameterized
tests to run in parallel. This runner will probably
be merged into ConcurrentRunner in the future.| Modifier and Type | Field and Description |
|---|---|
int |
FINISH_WAIT_CYCLE_MS
Deprecated.
|
int |
TEST_THREADS
Deprecated.
|
| Constructor and Description |
|---|
ConcurrentParameterizedRunner(Class<?> clazz)
Deprecated.
Create a new runner for given test class.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier)
Deprecated.
|
protected void |
validateTestMethods(List<Throwable> errors)
Deprecated.
|
collectInitializationErrors, computeTestMethods, createTest, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutchildrenInvoker, classBlock, classRules, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, order, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses, withInterruptIsolationpublic final int FINISH_WAIT_CYCLE_MS
public final int TEST_THREADS
protected void validateTestMethods(List<Throwable> errors)
validateTestMethods in class org.junit.runners.BlockJUnit4ClassRunnerprotected void runChild(org.junit.runners.model.FrameworkMethod method,
org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.BlockJUnit4ClassRunnerCopyright © 2007-2024,Oracleand/or its affiliates.All Rights Reserved. Use is subject to license terms.