Package org.jbehave.core.embedder
Class PerformableTree.PerformableRoot
- java.lang.Object
-
- org.jbehave.core.embedder.PerformableTree.PerformableRoot
-
- Enclosing class:
- PerformableTree
public static class PerformableTree.PerformableRoot extends Object
-
-
Constructor Summary
Constructors Constructor Description PerformableRoot()
-
Method Summary
Modifier and Type Method Description voidadd(PerformableTree.PerformableStory performableStory)voidaddAfterSteps(PerformableTree.PerformableSteps afterSteps)voidaddBeforeSteps(PerformableTree.PerformableSteps beforeSteps)PerformableTree.PerformableStoryget(Story story)List<PerformableTree.PerformableStory>getStories()
-
-
-
Method Detail
-
addBeforeSteps
public void addBeforeSteps(PerformableTree.PerformableSteps beforeSteps)
-
add
public void add(PerformableTree.PerformableStory performableStory)
-
addAfterSteps
public void addAfterSteps(PerformableTree.PerformableSteps afterSteps)
-
get
public PerformableTree.PerformableStory get(Story story)
-
getStories
public List<PerformableTree.PerformableStory> getStories()
-
-