Package org.jbehave.core.embedder
Class PerformableTree.PerformableScenario
java.lang.Object
org.jbehave.core.embedder.PerformableTree.PerformableScenario
- All Implemented Interfaces:
PerformableTree.Performable,PerformableTree.ReportingFailures
- Enclosing class:
- PerformableTree
public static class PerformableTree.PerformableScenario
extends Object
implements PerformableTree.Performable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddExampleScenario(PerformableTree.ExamplePerformableScenario exampleScenario) voidexcluded(boolean excluded) booleanbooleanbooleanbooleanvoidperform(PerformableTree.RunContext context) voidvoiduseNormalScenario(PerformableTree.NormalPerformableScenario normalScenario)
-
Constructor Details
-
PerformableScenario
-
-
Method Details
-
useNormalScenario
-
addExampleScenario
-
excluded
public void excluded(boolean excluded) -
isExcluded
public boolean isExcluded() -
getStatus
-
getTiming
-
getScenario
-
getStoryPath
-
getFailure
-
hasNormalScenario
public boolean hasNormalScenario() -
hasExamples
public boolean hasExamples() -
isPerformable
public boolean isPerformable() -
getExamples
-
perform
- Specified by:
performin interfacePerformableTree.Performable- Throws:
InterruptedException
-
reportFailures
- Specified by:
reportFailuresin interfacePerformableTree.ReportingFailures
-