public class RunnerChainLinkFactory extends BaseClassExtender
| Constructor and Description |
|---|
RunnerChainLinkFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.junit.runners.model.Statement |
invokeClassBlock(org.junit.runners.ParentRunner<?> nextRunner,
org.junit.runner.notification.RunNotifier notifier) |
static org.junit.runner.Description |
invokeDescribeChild(org.junit.runners.ParentRunner<?> runner,
Object child) |
static List |
invokeGetChildren(org.junit.runners.ParentRunner<?> runner) |
org.junit.runners.ParentRunner<?> |
makeLink(Class<? extends org.junit.runners.ParentRunner<?>> runnerClass,
Class<?> testClass,
CompositeRunner compositeRunner,
org.junit.runners.ParentRunner<?> nextRunner,
boolean isTestStructureProvider) |
copyAnnotations, makeAnnotationAttribute, makeBytecodeAnnotation, makeMemberValuepublic org.junit.runners.ParentRunner<?> makeLink(Class<? extends org.junit.runners.ParentRunner<?>> runnerClass, Class<?> testClass, CompositeRunner compositeRunner, org.junit.runners.ParentRunner<?> nextRunner, boolean isTestStructureProvider) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic static org.junit.runners.model.Statement invokeClassBlock(org.junit.runners.ParentRunner<?> nextRunner,
org.junit.runner.notification.RunNotifier notifier)
public static List invokeGetChildren(org.junit.runners.ParentRunner<?> runner)
public static org.junit.runner.Description invokeDescribeChild(org.junit.runners.ParentRunner<?> runner,
Object child)
Copyright © 2016. All rights reserved.