Uses of Class
org.jbehave.core.model.GivenStories
-
Packages that use GivenStories Package Description org.jbehave.core.embedder org.jbehave.core.model org.jbehave.core.reporters -
-
Uses of GivenStories in org.jbehave.core.embedder
Constructors in org.jbehave.core.embedder with parameters of type GivenStories Constructor Description PerformableGivenStories(List<PerformableTree.PerformableStory> performableGivenStories, GivenStories givenStories)
-
Uses of GivenStories in org.jbehave.core.model
Fields in org.jbehave.core.model declared as GivenStories Modifier and Type Field Description static GivenStories
GivenStories. EMPTY
Methods in org.jbehave.core.model that return GivenStories Modifier and Type Method Description GivenStories
Scenario. getGivenStories()
GivenStories
Story. getGivenStories()
Constructors in org.jbehave.core.model with parameters of type GivenStories Constructor Description Scenario(String title, Meta meta, GivenStories givenStories, ExamplesTable examplesTable, List<String> steps)
Story(String path, Description description, Meta meta, Narrative narrative, GivenStories givenStories, List<Scenario> scenarios)
Story(String path, Description description, Meta meta, Narrative narrative, GivenStories givenStories, Lifecycle lifecycle, List<Scenario> scenarios)
-
Uses of GivenStories in org.jbehave.core.reporters
Methods in org.jbehave.core.reporters that return GivenStories Modifier and Type Method Description GivenStories
TemplateableOutput.OutputScenario. getGivenStories()
Methods in org.jbehave.core.reporters with parameters of type GivenStories Modifier and Type Method Description void
ConcurrentStoryReporter. givenStories(GivenStories stories)
void
DelegatingStoryReporter. givenStories(GivenStories givenStories)
void
NullStoryReporter. givenStories(GivenStories givenStories)
void
PostStoryStatisticsCollector. givenStories(GivenStories givenStories)
void
PrintStreamOutput. givenStories(GivenStories givenStories)
void
SilentSuccessFilter. givenStories(GivenStories givenStories)
void
StoryReporter. givenStories(GivenStories givenStories)
void
TemplateableOutput. givenStories(GivenStories givenStories)
-