Uses of Class
org.jbehave.core.model.Story
Package
Description
-
Uses of Story in org.jbehave.core.configuration
Modifier and TypeFieldDescriptionprotected Comparator<Story>
Configuration.storyExecutionComparator
The story execution comparatorModifier and TypeMethodDescriptionConfiguration.storyExecutionComparator()
UnmodifiableConfiguration.storyExecutionComparator()
Modifier and TypeMethodDescriptionConfiguration.useStoryExecutionComparator
(Comparator<Story> storyExecutionComparator) UnmodifiableConfiguration.useStoryExecutionComparator
(Comparator<Story> storyExecutionComparator) -
Uses of Story in org.jbehave.core.embedder
Modifier 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) Modifier and TypeMethodDescriptionStoryManager.excludedBy
(MetaFilter filter) StorySplitter.splitStories
(List<Story> stories) StoryManager.storiesOfPaths
(List<String> storyPaths) Modifier and TypeMethodDescriptionvoid
PerformableTree.RunContext.addFailure
(Story story) void
PerformableTree.RunContext.addFailure
(Story story, Throwable cause) void
PerformableTree.RunContext.cancelStory
(Story story, StoryDuration storyDuration) long
StoryTimeouts.getTimeoutInSecs
(Story story) boolean
PerformableTree.RunContext.isCancelled
(Story story) void
StoryMapper.map
(Story story, MetaFilter metaFilter) Maps a story if it is not excluded by the meta filtervoid
PerformableTree.perform
(PerformableTree.RunContext context, Story story) void
PerformableTree.RunContext.resetFailures
(Story story) Resets only the failures corresponding to the given story.StoryManager.runningStory
(Story story) PerformableTree.RunContext.storyDuration
(Story story) void
DelegatingEmbedderMonitor.storyTimeout
(Story story, StoryDuration storyDuration) void
EmbedderMonitor.storyTimeout
(Story story, StoryDuration storyDuration) void
NullEmbedderMonitor.storyTimeout
(Story story, StoryDuration storyDuration) void
PrintingEmbedderMonitor.storyTimeout
(Story story, StoryDuration storyDuration) Modifier and TypeMethodDescriptionvoid
PerformableTree.addStories
(PerformableTree.RunContext context, List<Story> stories) void
StoryManager.runStories
(List<Story> stories, MetaFilter filter, BatchFailures failures) StorySplitter.splitStories
(List<Story> stories) void
DelegatingEmbedderMonitor.storiesExcluded
(List<Story> excluded, MetaFilter filter, boolean verbose) void
EmbedderMonitor.storiesExcluded
(List<Story> excluded, MetaFilter filter, boolean verbose) void
NullEmbedderMonitor.storiesExcluded
(List<Story> excluded, MetaFilter filter, boolean verbose) void
PrintingEmbedderMonitor.storiesExcluded
(List<Story> excluded, MetaFilter filter, boolean verbose) ModifierConstructorDescriptionprotected
AbstractPerformableScenario
(Story story) protected
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
Modifier and TypeMethodDescriptionvoid
JUnit4StoryReporter.beforeStory
(Story story, boolean isGivenStory) -
Uses of Story in org.jbehave.core.model
-
Uses of Story in org.jbehave.core.parsers
Modifier 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
Modifier and TypeMethodDescriptionvoid
ConcurrentStoryReporter.beforeStory
(Story story, boolean givenStory) void
ContextStoryReporter.beforeStory
(Story story, boolean givenStory) void
DelegatingStoryReporter.beforeStory
(Story story, boolean givenStory) void
NullStoryReporter.beforeStory
(Story story, boolean givenStory) void
PostStoryStatisticsCollector.beforeStory
(Story story, boolean givenStory) void
PrintStreamOutput.beforeStory
(Story story, boolean givenStory) void
SilentSuccessFilter.beforeStory
(Story story, boolean givenStory) void
StepFailureDecorator.beforeStory
(Story story, boolean givenStory) void
StoryReporter.beforeStory
(Story story, boolean givenStory) void
TemplateableOutput.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) void
ConcurrentStoryReporter.restartedStory
(Story story, Throwable cause) void
DelegatingStoryReporter.restartedStory
(Story story, Throwable cause) void
NullStoryReporter.restartedStory
(Story story, Throwable cause) void
PostStoryStatisticsCollector.restartedStory
(Story story, Throwable cause) void
PrintStreamOutput.restartedStory
(Story story, Throwable cause) void
StoryReporter.restartedStory
(Story story, Throwable cause) void
TemplateableOutput.restartedStory
(Story story, Throwable cause) void
ConcurrentStoryReporter.storyCancelled
(Story story, StoryDuration storyDuration) void
DelegatingStoryReporter.storyCancelled
(Story story, StoryDuration storyDuration) void
NullStoryReporter.storyCancelled
(Story story, StoryDuration storyDuration) void
PostStoryStatisticsCollector.storyCancelled
(Story story, StoryDuration storyDuration) void
PrintStreamOutput.storyCancelled
(Story story, StoryDuration storyDuration) void
StoryReporter.storyCancelled
(Story story, StoryDuration storyDuration) void
TemplateableOutput.storyCancelled
(Story story, StoryDuration storyDuration) void
ConcurrentStoryReporter.storyExcluded
(Story story, String filter) void
DelegatingStoryReporter.storyExcluded
(Story story, String filter) void
NullStoryReporter.storyExcluded
(Story story, String filter) void
PostStoryStatisticsCollector.storyExcluded
(Story story, String filter) void
PrintStreamOutput.storyExcluded
(Story story, String filter) void
SilentSuccessFilter.storyExcluded
(Story story, String filter) void
StoryReporter.storyExcluded
(Story story, String filter) void
TemplateableOutput.storyExcluded
(Story story, String filter)