public abstract static class PerformableTree.AbstractPerformableScenario extends Object implements PerformableTree.Performable
Modifier and Type | Field and Description |
---|---|
protected PerformableTree.PerformableSteps |
afterSteps |
protected PerformableTree.PerformableSteps |
beforeSteps |
protected List<PerformableTree.PerformableStory> |
givenStories |
protected Map<String,String> |
parameters |
protected PerformableTree.PerformableSteps |
steps |
Constructor and Description |
---|
AbstractPerformableScenario() |
AbstractPerformableScenario(Map<String,String> parameters) |
Modifier and Type | Method and Description |
---|---|
void |
addAfterSteps(PerformableTree.PerformableSteps afterSteps) |
void |
addBeforeSteps(PerformableTree.PerformableSteps beforeSteps) |
void |
addGivenStories(List<PerformableTree.PerformableStory> givenStories) |
void |
addSteps(PerformableTree.PerformableSteps steps) |
Map<String,String> |
getParameters() |
protected void |
performRestartableSteps(PerformableTree.RunContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
perform
protected final List<PerformableTree.PerformableStory> givenStories
protected final PerformableTree.PerformableSteps beforeSteps
protected final PerformableTree.PerformableSteps steps
protected final PerformableTree.PerformableSteps afterSteps
public void addGivenStories(List<PerformableTree.PerformableStory> givenStories)
public void addBeforeSteps(PerformableTree.PerformableSteps beforeSteps)
public void addSteps(PerformableTree.PerformableSteps steps)
public void addAfterSteps(PerformableTree.PerformableSteps afterSteps)
protected void performRestartableSteps(PerformableTree.RunContext context) throws InterruptedException
InterruptedException
Copyright © 2003–2015. All rights reserved.