public static class PerformableTree.PerformableScenario extends Object implements PerformableTree.Performable
Constructor and Description |
---|
PerformableScenario(Scenario scenario,
String storyPath) |
Modifier and Type | Method and Description |
---|---|
void |
addExampleScenario(PerformableTree.ExamplePerformableScenario exampleScenario) |
void |
allowed(boolean allowed) |
List<PerformableTree.ExamplePerformableScenario> |
getExamples() |
Scenario |
getScenario() |
String |
getStoryPath() |
boolean |
hasExamples() |
boolean |
isAllowed() |
void |
perform(PerformableTree.RunContext context) |
void |
useNormalScenario(PerformableTree.NormalPerformableScenario normalScenario) |
public void useNormalScenario(PerformableTree.NormalPerformableScenario normalScenario)
public void addExampleScenario(PerformableTree.ExamplePerformableScenario exampleScenario)
public void allowed(boolean allowed)
public boolean isAllowed()
public Scenario getScenario()
public String getStoryPath()
public boolean hasExamples()
public List<PerformableTree.ExamplePerformableScenario> getExamples()
public void perform(PerformableTree.RunContext context) throws InterruptedException
perform
in interface PerformableTree.Performable
InterruptedException
Copyright © 2003–2015. All rights reserved.