Uses of Class
org.jbehave.core.model.GivenStories
Packages that use GivenStories
-
Uses of GivenStories in org.jbehave.core.embedder
Constructors in org.jbehave.core.embedder with parameters of type GivenStoriesModifierConstructorDescriptionPerformableGivenStories(List<PerformableTree.PerformableStory> performableGivenStories, GivenStories givenStories) -
Uses of GivenStories in org.jbehave.core.model
Fields in org.jbehave.core.model declared as GivenStoriesMethods in org.jbehave.core.model that return GivenStoriesConstructors in org.jbehave.core.model with parameters of type GivenStoriesModifierConstructorDescriptionScenario(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 GivenStoriesMethods in org.jbehave.core.reporters with parameters of type GivenStoriesModifier and TypeMethodDescriptionvoidConcurrentStoryReporter.givenStories(GivenStories stories) voidDelegatingStoryReporter.givenStories(GivenStories givenStories) voidNullStoryReporter.givenStories(GivenStories givenStories) voidPostStoryStatisticsCollector.givenStories(GivenStories givenStories) voidPrintStreamOutput.givenStories(GivenStories givenStories) voidSilentSuccessFilter.givenStories(GivenStories givenStories) voidStoryReporter.givenStories(GivenStories givenStories) voidTemplateableOutput.givenStories(GivenStories givenStories)