public class ParallelRunner
extends org.junit.runners.BlockJUnit4ClassRunner
Parameterized
).Modifier and Type | Class and Description |
---|---|
static class |
ParallelRunner.TBMethod |
Constructor and Description |
---|
ParallelRunner(Class<?> klass) |
Modifier and Type | Method and Description |
---|---|
protected List<org.junit.runners.model.FrameworkMethod> |
computeTestMethods() |
protected org.junit.runners.model.Statement |
withBefores(org.junit.runners.model.FrameworkMethod method,
Object target,
org.junit.runners.model.Statement statement) |
collectInitializationErrors, createTest, describeChild, getChildren, getTestRules, isIgnored, methodBlock, methodInvoker, possiblyExpectingExceptions, rules, runChild, testName, validateConstructor, validateFields, validateInstanceMethods, validateNoNonStaticInnerClass, validateOnlyOneConstructor, validateTestMethods, validateZeroArgConstructor, withAfters, withPotentialTimeout
public ParallelRunner(Class<?> klass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationError
protected List<org.junit.runners.model.FrameworkMethod> computeTestMethods()
computeTestMethods
in class org.junit.runners.BlockJUnit4ClassRunner
protected org.junit.runners.model.Statement withBefores(org.junit.runners.model.FrameworkMethod method, Object target, org.junit.runners.model.Statement statement)
withBefores
in class org.junit.runners.BlockJUnit4ClassRunner
Copyright © 2019. All rights reserved.