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. storyExecutionComparator
The 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 Configuration
Configuration. useStoryExecutionComparator(Comparator<Story> storyExecutionComparator)
Configuration
UnmodifiableConfiguration. 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 Story
PerformableTree.PerformableStory. getStory()
Story
StoryManager.RunningStory. getStory()
Story
StoryManager.ThrowableStory. getStory()
Story
PerformableTree. storyOfPath(Configuration configuration, String storyPath)
Returns the parsed story from the given pathStory
StoryManager. storyOfPath(String storyPath)
Story
PerformableTree. storyOfText(Configuration configuration, String storyAsText, String storyId)
Returns the parsed story from the given textStory
StoryManager. 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 void
PerformableTree.RunContext. addFailure(Story story)
void
PerformableTree.RunContext. addFailure(Story story, Throwable cause)
void
PerformableTree.RunContext. cancelStory(Story story, StoryDuration storyDuration)
FilteredStory
PerformableTree.RunContext. filter(Story story)
PerformableTree.PerformableStory
PerformableTree.PerformableRoot. get(Story story)
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
StoryManager. runningStory(Story story)
StoryDuration
PerformableTree.RunContext. storyDuration(Story story)
void
EmbedderMonitor. storyTimeout(Story story, StoryDuration storyDuration)
void
EmbedderMonitorDecorator. storyTimeout(Story story, StoryDuration storyDuration)
void
NullEmbedderMonitor. storyTimeout(Story story, StoryDuration storyDuration)
void
PrintingEmbedderMonitor. storyTimeout(Story story, StoryDuration storyDuration)
Method parameters in org.jbehave.core.embedder with type arguments of type Story Modifier and Type Method Description void
PerformableTree. addStories(PerformableTree.RunContext context, List<Story> stories)
void
StoryManager. runStories(List<Story> stories, MetaFilter filter, BatchFailures failures)
List<Story>
StorySplitter. splitStories(List<Story> stories)
void
EmbedderMonitor. storiesExcluded(List<Story> excluded, MetaFilter filter, boolean verbose)
void
EmbedderMonitorDecorator. 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)
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 void
JUnit4StoryReporter. 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 Story
Story. 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 boolean
StoryLanes. 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 Story
RegexStoryParser. parseStory(String storyAsText)
Story
RegexStoryParser. parseStory(String storyAsText, String storyPath)
Story
StoryParser. parseStory(String storyAsText)
Parses story from its textual representationStory
StoryParser. parseStory(String storyAsText, String storyPath)
Parses story from its textual representation and (optional) story pathStory
TransformingStoryParser. parseStory(String storyAsText)
Story
TransformingStoryParser. 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 void
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)
String
SurefireReporter.BreadcrumbNamingStrategy. resolveName(Story story, Scenario scenario)
String
SurefireReporter.SimpleNamingStrategy. resolveName(Story story, Scenario scenario)
String
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)
-