public class RunnerChainFactory extends Object
| Constructor and Description |
|---|
RunnerChainFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.junit.runners.ParentRunner<?> |
makeChain(Class<?> testCaseClass,
CompositeRunner runner) |
List<org.junit.runners.ParentRunner<?>> |
makeRunnerChain(Class<?> testClass,
CompositeRunner compositeRunner) |
public List<org.junit.runners.ParentRunner<?>> makeRunnerChain(Class<?> testClass, CompositeRunner compositeRunner) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic static org.junit.runners.ParentRunner<?> makeChain(Class<?> testCaseClass, CompositeRunner runner)
Copyright © 2016. All rights reserved.