public final class ScriptRunner
extends org.junit.runners.ParentRunner<com.github.dakusui.actionunit.Action>
| Modifier and Type | Class and Description |
|---|---|
static class |
ScriptRunner.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 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.