public class ParallelParameterized
extends org.junit.runners.Parameterized
Parameterized
runner, which executes the tests for each parameter set
concurrently.
You can specify the maximum number of parallel test
threads using the system property maxParallelTestThreads
.
If this system property is not specified, the maximum
number of test threads will be the number of
available processors
.
Constructor and Description |
---|
ParallelParameterized(Class<?> klass) |
childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getDescription, getName, getRunnerAnnotations, getTestClass, isIgnored, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses
Copyright © 2017. All rights reserved.