public final class GroupedTestItemRunner
extends org.junit.runners.ParentRunner<com.github.dakusui.actionunit.Action>
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupedTestItemRunner.Type |
| Modifier and Type | Method and Description |
|---|---|
protected org.junit.runner.Description |
describeChild(com.github.dakusui.actionunit.Action action) |
protected List<com.github.dakusui.actionunit.Action> |
getChildren() |
protected String |
getName() |
protected Annotation[] |
getRunnerAnnotations() |
protected void |
runChild(com.github.dakusui.actionunit.Action child,
org.junit.runner.notification.RunNotifier notifier) |
protected org.junit.runners.model.Statement |
withAfterClasses(org.junit.runners.model.Statement statement) |
protected org.junit.runners.model.Statement |
withBeforeClasses(org.junit.runners.model.Statement statement) |
protected org.junit.runners.model.Statement withBeforeClasses(org.junit.runners.model.Statement statement)
withBeforeClasses in class org.junit.runners.ParentRunner<com.github.dakusui.actionunit.Action>protected org.junit.runners.model.Statement withAfterClasses(org.junit.runners.model.Statement statement)
withAfterClasses in class org.junit.runners.ParentRunner<com.github.dakusui.actionunit.Action>protected void runChild(com.github.dakusui.actionunit.Action child,
org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.ParentRunner<com.github.dakusui.actionunit.Action>protected org.junit.runner.Description describeChild(com.github.dakusui.actionunit.Action action)
describeChild in class org.junit.runners.ParentRunner<com.github.dakusui.actionunit.Action>protected Annotation[] getRunnerAnnotations()
getRunnerAnnotations in class org.junit.runners.ParentRunner<com.github.dakusui.actionunit.Action>protected List<com.github.dakusui.actionunit.Action> getChildren()
getChildren in class org.junit.runners.ParentRunner<com.github.dakusui.actionunit.Action>protected String getName()
getName in class org.junit.runners.ParentRunner<com.github.dakusui.actionunit.Action>Copyright © 2017. All rights reserved.