Uses of Class
org.jbehave.core.model.Story
Packages that use Story
Package
Description
-
Uses of Story in org.jbehave.core.configuration
Fields in org.jbehave.core.configuration with type parameters of type StoryModifier and TypeFieldDescriptionprotected Comparator<Story>Configuration.storyExecutionComparatorThe story execution comparatorMethods in org.jbehave.core.configuration that return types with arguments of type StoryModifier and TypeMethodDescriptionConfiguration.storyExecutionComparator()UnmodifiableConfiguration.storyExecutionComparator()Method parameters in org.jbehave.core.configuration with type arguments of type StoryModifier and TypeMethodDescriptionConfiguration.useStoryExecutionComparator(Comparator<Story> storyExecutionComparator) UnmodifiableConfiguration.useStoryExecutionComparator(Comparator<Story> storyExecutionComparator) -
Uses of Story in org.jbehave.core.embedder
Methods in org.jbehave.core.embedder that return StoryModifier and TypeMethodDescriptionPerformableTree.PerformableStory.getStory()StoryManager.RunningStory.getStory()StoryManager.ThrowableStory.getStory()PerformableTree.storyOfPath(Configuration configuration, String storyPath) Returns the parsed story from the given pathStoryManager.storyOfPath(String storyPath) PerformableTree.storyOfText(Configuration configuration, String storyAsText, String storyId) Returns the parsed story from the given textStoryManager.storyOfText(String storyAsText, String storyId) Methods in org.jbehave.core.embedder that return types with arguments of type StoryModifier and TypeMethodDescriptionStoryManager.excludedBy(MetaFilter filter) StorySplitter.splitStories(List<Story> stories) StoryManager.storiesOfPaths(List<String> storyPaths) Methods in org.jbehave.core.embedder with parameters of type StoryModifier and TypeMethodDescriptionvoidPerformableTree.RunContext.addFailure(Story story) voidPerformableTree.RunContext.addFailure(Story story, Throwable cause) voidPerformableTree.RunContext.cancelStory(Story story, StoryDuration storyDuration) 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.runningStory(Story story) PerformableTree.RunContext.storyDuration(Story story) voidDelegatingEmbedderMonitor.storyTimeout(Story story, StoryDuration storyDuration) voidEmbedderMonitor.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 StoryModifier and TypeMethodDescriptionvoidPerformableTree.addStories(PerformableTree.RunContext context, List<Story> stories) voidStoryManager.runStories(List<Story> stories, MetaFilter filter, BatchFailures failures) StorySplitter.splitStories(List<Story> stories) voidDelegatingEmbedderMonitor.storiesExcluded(List<Story> excluded, MetaFilter filter, boolean verbose) voidEmbedderMonitor.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 StoryModifierConstructorDescriptionprotectedAbstractPerformableScenario(Story story) protectedAbstractPerformableScenario(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 StoryModifier and TypeMethodDescriptionvoidJUnit4StoryReporter.beforeStory(Story story, boolean isGivenStory) -
Uses of Story in org.jbehave.core.model
Methods in org.jbehave.core.model that return StoryMethods in org.jbehave.core.model that return types with arguments of type StoryMethods in org.jbehave.core.model with parameters of type StoryConstructors in org.jbehave.core.model with parameters of type StoryConstructor parameters in org.jbehave.core.model with type arguments of type Story -
Uses of Story in org.jbehave.core.parsers
Methods in org.jbehave.core.parsers that return StoryModifier and TypeMethodDescriptionRegexStoryParser.parseStory(String storyAsText) RegexStoryParser.parseStory(String storyAsText, String storyPath) StoryParser.parseStory(String storyAsText) Parses story from its textual representationStoryParser.parseStory(String storyAsText, String storyPath) Parses story from its textual representation and (optional) story pathTransformingStoryParser.parseStory(String storyAsText) TransformingStoryParser.parseStory(String storyAsText, String storyPath) -
Uses of Story in org.jbehave.core.reporters
Methods in org.jbehave.core.reporters with parameters of type StoryModifier and TypeMethodDescriptionvoidConcurrentStoryReporter.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) SurefireReporter.BreadcrumbNamingStrategy.resolveName(Story story, Scenario scenario) SurefireReporter.SimpleNamingStrategy.resolveName(Story story, Scenario scenario) SurefireReporter.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)