| Package | Description |
|---|---|
| org.jsmart.zerocode.core.runner | |
| org.jsmart.zerocode.core.utils |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<ScenarioSpec> |
ZeroCodePackageRunner.getChildren()
Returns a list of objects that define the children of this Runner.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.junit.runner.Description |
ZeroCodePackageRunner.describeChild(ScenarioSpec child)
Returns a
Description for child, which can be assumed to
be an element of the list returned by ParentRunner.getChildren() |
protected void |
ZeroCodePackageRunner.runChild(ScenarioSpec child,
org.junit.runner.notification.RunNotifier notifier)
Runs the test corresponding to
child, which can be assumed to be
an element of the list returned by ParentRunner.getChildren(). |
boolean |
ZeroCodeMultiStepsScenarioRunnerImpl.runChildStep(ScenarioSpec scenarioSpec,
java.util.function.BiConsumer testPassHandler) |
boolean |
ZeroCodeMultiStepsScenarioRunner.runChildStep(ScenarioSpec scenarioSpec,
java.util.function.BiConsumer<java.lang.String,java.lang.String> testPassHandler) |
boolean |
ZeroCodeMultiStepsScenarioRunnerImpl.runScenario(ScenarioSpec scenario,
org.junit.runner.notification.RunNotifier notifier,
org.junit.runner.Description description) |
boolean |
ZeroCodeMultiStepsScenarioRunner.runScenario(ScenarioSpec scenarioSpec,
org.junit.runner.notification.RunNotifier notifier,
org.junit.runner.Description description) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ScenarioSpec> |
SmartUtils.getScenarioSpecListByPackage(java.lang.String packageName) |
Copyright © 2018. All Rights Reserved.