Uses of Class
org.jbehave.core.model.Story
-
Packages that use Story Package Description org.jbehave.core.configuration org.jbehave.core.embedder org.jbehave.core.junit org.jbehave.core.model org.jbehave.core.parsers org.jbehave.core.reporters -
-
Uses of Story in org.jbehave.core.configuration
Fields in org.jbehave.core.configuration with type parameters of type Story Modifier and Type Field Description protected Comparator<Story>Configuration. storyExecutionComparatorThe story execution comparatorMethods in org.jbehave.core.configuration that return types with arguments of type Story Modifier and Type Method Description Comparator<Story>Configuration. storyExecutionComparator()Comparator<Story>UnmodifiableConfiguration. storyExecutionComparator()Method parameters in org.jbehave.core.configuration with type arguments of type Story Modifier and Type Method Description ConfigurationConfiguration. useStoryExecutionComparator(Comparator<Story> storyExecutionComparator)ConfigurationUnmodifiableConfiguration. useStoryExecutionComparator(Comparator<Story> storyExecutionComparator) -
Uses of Story in org.jbehave.core.embedder
Methods in org.jbehave.core.embedder that return Story Modifier and Type Method Description StoryPerformableTree.PerformableStory. getStory()StoryStoryManager.RunningStory. getStory()StoryStoryManager.ThrowableStory. getStory()StoryPerformableTree. storyOfPath(Configuration configuration, String storyPath)Returns the parsed story from the given pathStoryStoryManager. storyOfPath(String storyPath)StoryPerformableTree. storyOfText(Configuration configuration, String storyAsText, String storyId)Returns the parsed story from the given textStoryStoryManager. storyOfText(String storyAsText, String storyId)Methods in org.jbehave.core.embedder that return types with arguments of type Story Modifier and Type Method Description List<Story>StoryManager. excludedBy(MetaFilter filter)List<Story>StorySplitter. splitStories(List<Story> stories)List<Story>StoryManager. storiesOfPaths(List<String> storyPaths)Methods in org.jbehave.core.embedder with parameters of type Story Modifier and Type Method Description voidPerformableTree.RunContext. addFailure(Story story)voidPerformableTree.RunContext. addFailure(Story story, Throwable cause)voidPerformableTree.RunContext. cancelStory(Story story, StoryDuration storyDuration)FilteredStoryPerformableTree.RunContext. filter(Story story)PerformableTree.PerformableStoryPerformableTree.PerformableRoot. get(Story story)longStoryTimeouts. getTimeoutInSecs(Story story)booleanPerformableTree.RunContext. isCancelled(Story story)voidStoryMapper. map(Story story, MetaFilter metaFilter)Maps a story if it is not excluded by the meta filtervoidPerformableTree. perform(PerformableTree.RunContext context, Story story)voidPerformableTree.RunContext. resetFailures(Story story)Resets only the failures corresponding to the given story.StoryManager.RunningStoryStoryManager. runningStory(Story story)StoryDurationPerformableTree.RunContext. storyDuration(Story story)voidEmbedderMonitor. storyTimeout(Story story, StoryDuration storyDuration)voidEmbedderMonitorDecorator. storyTimeout(Story story, StoryDuration storyDuration)voidNullEmbedderMonitor. storyTimeout(Story story, StoryDuration storyDuration)voidPrintingEmbedderMonitor. storyTimeout(Story story, StoryDuration storyDuration)Method parameters in org.jbehave.core.embedder with type arguments of type Story Modifier and Type Method Description voidPerformableTree. addStories(PerformableTree.RunContext context, List<Story> stories)voidStoryManager. runStories(List<Story> stories, MetaFilter filter, BatchFailures failures)List<Story>StorySplitter. splitStories(List<Story> stories)voidEmbedderMonitor. storiesExcluded(List<Story> excluded, MetaFilter filter, boolean verbose)voidEmbedderMonitorDecorator. storiesExcluded(List<Story> excluded, MetaFilter filter, boolean verbose)voidNullEmbedderMonitor. storiesExcluded(List<Story> excluded, MetaFilter filter, boolean verbose)voidPrintingEmbedderMonitor. storiesExcluded(List<Story> excluded, MetaFilter filter, boolean verbose)Constructors in org.jbehave.core.embedder with parameters of type Story Constructor Description AbstractPerformableScenario(Story story)AbstractPerformableScenario(Story story, Map<String,String> parameters)ExamplePerformableScenario(Story story, Map<String,String> exampleParameters, int exampleIndex)FilteredStory(MetaFilter filter, Story story, StoryControls storyControls)FilteredStory(MetaFilter filter, Story story, StoryControls storyControls, boolean givenStory)NormalPerformableScenario(Story story)PerformableStory(Story story, Keywords keywords, boolean givenStory)ThrowableStory(Story story, Throwable throwable) -
Uses of Story in org.jbehave.core.junit
Methods in org.jbehave.core.junit with parameters of type Story Modifier and Type Method Description voidJUnit4StoryReporter. beforeStory(Story story, boolean isGivenStory) -
Uses of Story in org.jbehave.core.model
Methods in org.jbehave.core.model that return Story Modifier and Type Method Description StoryStory. cloneWithScenarios(List<Scenario> scenarios)Methods in org.jbehave.core.model that return types with arguments of type Story Modifier and Type Method Description List<Story>StoryLanes. getStories()List<Story>StoryMap. getStories()Methods in org.jbehave.core.model with parameters of type Story Modifier and Type Method Description booleanStoryLanes. inLane(String lane, Story story) -
Uses of Story in org.jbehave.core.parsers
Methods in org.jbehave.core.parsers that return Story Modifier and Type Method Description StoryRegexStoryParser. parseStory(String storyAsText)StoryRegexStoryParser. parseStory(String storyAsText, String storyPath)StoryStoryParser. parseStory(String storyAsText)Parses story from its textual representationStoryStoryParser. parseStory(String storyAsText, String storyPath)Parses story from its textual representation and (optional) story pathStoryTransformingStoryParser. parseStory(String storyAsText)StoryTransformingStoryParser. parseStory(String storyAsText, String storyPath) -
Uses of Story in org.jbehave.core.reporters
Methods in org.jbehave.core.reporters with parameters of type Story Modifier and Type Method Description voidConcurrentStoryReporter. beforeStory(Story story, boolean givenStory)voidContextStoryReporter. beforeStory(Story story, boolean givenStory)voidDelegatingStoryReporter. beforeStory(Story story, boolean givenStory)voidNullStoryReporter. beforeStory(Story story, boolean givenStory)voidPostStoryStatisticsCollector. beforeStory(Story story, boolean givenStory)voidPrintStreamOutput. beforeStory(Story story, boolean givenStory)voidSilentSuccessFilter. beforeStory(Story story, boolean givenStory)voidStepFailureDecorator. beforeStory(Story story, boolean givenStory)voidStoryReporter. beforeStory(Story story, boolean givenStory)voidTemplateableOutput. beforeStory(Story story, boolean givenStory)StringSurefireReporter.BreadcrumbNamingStrategy. resolveName(Story story, Scenario scenario)StringSurefireReporter.SimpleNamingStrategy. resolveName(Story story, Scenario scenario)StringSurefireReporter.TestCaseNamingStrategy. resolveName(Story story, Scenario scenario)voidConcurrentStoryReporter. restartedStory(Story story, Throwable cause)voidDelegatingStoryReporter. restartedStory(Story story, Throwable cause)voidNullStoryReporter. restartedStory(Story story, Throwable cause)voidPostStoryStatisticsCollector. restartedStory(Story story, Throwable cause)voidPrintStreamOutput. restartedStory(Story story, Throwable cause)voidStoryReporter. restartedStory(Story story, Throwable cause)voidTemplateableOutput. restartedStory(Story story, Throwable cause)voidConcurrentStoryReporter. storyCancelled(Story story, StoryDuration storyDuration)voidDelegatingStoryReporter. storyCancelled(Story story, StoryDuration storyDuration)voidNullStoryReporter. storyCancelled(Story story, StoryDuration storyDuration)voidPostStoryStatisticsCollector. storyCancelled(Story story, StoryDuration storyDuration)voidPrintStreamOutput. storyCancelled(Story story, StoryDuration storyDuration)voidStoryReporter. storyCancelled(Story story, StoryDuration storyDuration)voidTemplateableOutput. storyCancelled(Story story, StoryDuration storyDuration)voidConcurrentStoryReporter. storyExcluded(Story story, String filter)voidDelegatingStoryReporter. storyExcluded(Story story, String filter)voidNullStoryReporter. storyExcluded(Story story, String filter)voidPostStoryStatisticsCollector. storyExcluded(Story story, String filter)voidPrintStreamOutput. storyExcluded(Story story, String filter)voidSilentSuccessFilter. storyExcluded(Story story, String filter)voidStoryReporter. storyExcluded(Story story, String filter)voidTemplateableOutput. storyExcluded(Story story, String filter)
-