Package | Description |
---|---|
org.jbehave.core.embedder | |
org.jbehave.core.reporters |
Modifier and Type | Field and Description |
---|---|
protected List<PerformableTree.PerformableStory> |
PerformableTree.AbstractPerformableScenario.givenStories |
Modifier and Type | Method and Description |
---|---|
PerformableTree.PerformableStory |
PerformableTree.PerformableRoot.get(Story story) |
Modifier and Type | Method and Description |
---|---|
List<PerformableTree.PerformableStory> |
PerformableTree.PerformableRoot.getStories() |
Modifier and Type | Method and Description |
---|---|
void |
PerformableTree.PerformableRoot.add(PerformableTree.PerformableStory performableStory) |
Modifier and Type | Method and Description |
---|---|
void |
PerformableTree.PerformableStory.addGivenStories(List<PerformableTree.PerformableStory> performableGivenStories) |
void |
PerformableTree.AbstractPerformableScenario.addGivenStories(List<PerformableTree.PerformableStory> givenStories) |
protected void |
PerformableTree.AbstractPerformableGivenStories.performGivenStories(PerformableTree.RunContext context,
List<PerformableTree.PerformableStory> performableGivenStories,
GivenStories givenStories) |
Constructor and Description |
---|
TestSuite(Class<?> embeddableClass,
SurefireReporter.TestCaseNamingStrategy namingStrategy,
List<PerformableTree.PerformableStory> stories,
boolean includeProperties) |
Copyright © 2003–2021. All rights reserved.