@Beta 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 |
int |
TEST_THREADS |
Constructor and Description |
---|
ConcurrentParameterizedRunner(Class<?> clazz)
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) |
protected void |
validateTestMethods(List<Throwable> errors) |
collectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeout
public final int FINISH_WAIT_CYCLE_MS
public final int TEST_THREADS
protected void validateTestMethods(List<Throwable> errors)
validateTestMethods
in class org.junit.runners.BlockJUnit4ClassRunner
protected void runChild(org.junit.runners.model.FrameworkMethod method, org.junit.runner.notification.RunNotifier notifier)
runChild
in class org.junit.runners.BlockJUnit4ClassRunner
Copyright © 2007-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.