public class NestedRunner extends org.junit.runners.ParentRunner<Object>
| Constructor and Description |
|---|
NestedRunner(Class<?> testClass) |
NestedRunner(Class<?> testClass,
NestedRunner parentRunner) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
childrenContainTests(Class<?> clazz) |
protected org.junit.runner.Description |
describeChild(Object child) |
List<org.junit.runners.model.FrameworkMethod> |
getAfters() |
List<org.junit.runners.model.FrameworkMethod> |
getBefores() |
protected List<Object> |
getChildren() |
String |
getName() |
protected void |
runChild(Object child,
org.junit.runner.notification.RunNotifier notifier) |
public NestedRunner(Class<?> testClass) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic NestedRunner(Class<?> testClass, NestedRunner parentRunner) throws org.junit.runners.model.InitializationError
org.junit.runners.model.InitializationErrorpublic boolean childrenContainTests(Class<?> clazz)
protected List<Object> getChildren()
getChildren in class org.junit.runners.ParentRunner<Object>protected org.junit.runner.Description describeChild(Object child)
describeChild in class org.junit.runners.ParentRunner<Object>protected void runChild(Object child, org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.ParentRunner<Object>public List<org.junit.runners.model.FrameworkMethod> getBefores()
public List<org.junit.runners.model.FrameworkMethod> getAfters()
Copyright © 2014. All rights reserved.