public class Parallel
extends org.junit.runners.BlockJUnit4ClassRunner
BlockJUnit4ClassRunner runner, which executes all @Test methods in parallel. Example:
@RunWith(Parallel.class)
public class FooTest {
...
}
BlockJUnit4ClassRunner,
ParallelSchedulercollectInitializationErrors, computeTestMethods, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withBefores, withPotentialTimeoutpublic Parallel(Class<?> klass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorCopyright © 2017. All rights reserved.