Package | Description |
---|---|
org.jbehave.core.embedder | |
org.jbehave.core.model | |
org.jbehave.core.parsers | |
org.jbehave.core.reporters | |
org.jbehave.core.steps |
Modifier and Type | Method and Description |
---|---|
Story |
StoryManager.ThrowableStory.getStory() |
Story |
StoryManager.RunningStory.getStory() |
Story |
PerformableTree.PerformableStory.getStory() |
Story |
StoryRunner.storyOfPath(Configuration configuration,
String storyPath)
Returns the parsed story from the given path
|
Story |
PerformableTree.storyOfPath(Configuration configuration,
String storyPath)
Returns the parsed story from the given path
|
Story |
StoryManager.storyOfPath(String storyPath) |
Story |
StoryRunner.storyOfText(Configuration configuration,
String storyAsText,
String storyId)
Returns the parsed story from the given text
|
Story |
PerformableTree.storyOfText(Configuration configuration,
String storyAsText,
String storyId)
Returns the parsed story from the given text
|
Story |
StoryManager.storyOfText(String storyAsText,
String storyId) |
Modifier and Type | Method and Description |
---|---|
List<Story> |
StoryManager.notAllowedBy(MetaFilter filter) |
Modifier and Type | Method and Description |
---|---|
PerformableTree.PerformableSteps |
PerformableTree.RunContext.beforeOrAfterStorySteps(Story story,
StepCollector.Stage stage) |
void |
StoryRunner.cancelStory(Story story,
StoryDuration storyDuration)
Cancels story execution following a timeout
|
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 allowed by the meta filter
|
void |
PerformableTree.perform(PerformableTree.RunContext context,
Story story) |
void |
StoryRunner.run(Configuration configuration,
InjectableStepsFactory stepsFactory,
Story story,
MetaFilter filter,
StoryRunner.State beforeStories)
Runs a Story with the given steps factory, applying the given meta
filter, and staring from given state.
|
void |
StoryRunner.run(Configuration configuration,
List<CandidateSteps> candidateSteps,
Story story)
Runs a Story with the given configuration and steps.
|
void |
StoryRunner.run(Configuration configuration,
List<CandidateSteps> candidateSteps,
Story story,
MetaFilter filter)
Runs a Story with the given configuration and steps, applying the given
meta filter.
|
void |
StoryRunner.run(Configuration configuration,
List<CandidateSteps> candidateSteps,
Story story,
MetaFilter filter,
StoryRunner.State beforeStories)
Runs a Story with the given configuration and steps, applying the given
meta filter, and staring from given state.
|
StoryManager.RunningStory |
StoryManager.runningStory(Story story) |
StoryDuration |
PerformableTree.RunContext.storyDuration(Story story) |
void |
PrintStreamEmbedderMonitor.storyTimeout(Story story,
StoryDuration storyDuration) |
void |
NullEmbedderMonitor.storyTimeout(Story story,
StoryDuration storyDuration) |
void |
EmbedderMonitorDecorator.storyTimeout(Story story,
StoryDuration storyDuration) |
void |
EmbedderMonitor.storyTimeout(Story story,
StoryDuration storyDuration) |
Modifier and Type | Method and Description |
---|---|
void |
PerformableTree.addStories(PerformableTree.RunContext context,
List<Story> stories) |
Map<String,StoryManager.RunningStory> |
StoryManager.runningStories(PerformableTree.RunContext context,
List<Story> stories) |
void |
StoryManager.runStories(List<Story> stories,
MetaFilter filter,
BatchFailures failures) |
void |
NullEmbedderMonitor.storiesNotAllowed(List<Story> notAllowed,
MetaFilter filter) |
void |
EmbedderMonitorDecorator.storiesNotAllowed(List<Story> notAllowed,
MetaFilter filter) |
void |
EmbedderMonitor.storiesNotAllowed(List<Story> notAllowed,
MetaFilter filter)
Deprecated.
Use #storiesNotAllowed(List
|
void |
PrintStreamEmbedderMonitor.storiesNotAllowed(List<Story> stories,
MetaFilter filter,
boolean verbose) |
void |
NullEmbedderMonitor.storiesNotAllowed(List<Story> notAllowed,
MetaFilter filter,
boolean verbose) |
void |
EmbedderMonitorDecorator.storiesNotAllowed(List<Story> stories,
MetaFilter filter,
boolean verbose) |
void |
EmbedderMonitor.storiesNotAllowed(List<Story> notAllowed,
MetaFilter filter,
boolean verbose) |
Constructor and Description |
---|
FilteredStory(MetaFilter filter,
Story story,
StoryControls storyControls) |
FilteredStory(MetaFilter filter,
Story story,
StoryControls storyControls,
boolean givenStory) |
PerformableStory(Story story,
Keywords keywords,
boolean givenStory) |
ThrowableStory(Story story,
Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
List<Story> |
StoryMap.getStories() |
List<Story> |
StoryLanes.getStories() |
Modifier and Type | Method and Description |
---|---|
boolean |
StoryLanes.inLane(String lane,
Story story) |
Constructor and Description |
---|
StoryMap(String metaFilter,
Set<Story> stories) |
Modifier and Type | Method and Description |
---|---|
Story |
TransformingStoryParser.parseStory(String storyAsText) |
Story |
StoryParser.parseStory(String storyAsText)
Parses story from its textual representation
|
Story |
RegexStoryParser.parseStory(String storyAsText) |
Story |
TransformingStoryParser.parseStory(String storyAsText,
String storyPath) |
Story |
StoryParser.parseStory(String storyAsText,
String storyPath)
Parses story from its textual representation and (optional) story path
|
Story |
RegexStoryParser.parseStory(String storyAsText,
String storyPath) |
Modifier and Type | Method and Description |
---|---|
void |
TemplateableOutput.beforeStory(Story story,
boolean givenStory) |
void |
StoryReporter.beforeStory(Story story,
boolean givenStory) |
void |
StepFailureDecorator.beforeStory(Story story,
boolean givenStory) |
void |
SilentSuccessFilter.beforeStory(Story story,
boolean givenStory) |
void |
PrintStreamOutput.beforeStory(Story story,
boolean givenStory) |
void |
PostStoryStatisticsCollector.beforeStory(Story story,
boolean givenStory) |
void |
NullStoryReporter.beforeStory(Story story,
boolean givenStory) |
void |
DelegatingStoryReporter.beforeStory(Story story,
boolean givenStory) |
void |
ContextStoryReporter.beforeStory(Story story,
boolean givenStory) |
void |
ConcurrentStoryReporter.beforeStory(Story story,
boolean givenStory) |
void |
TemplateableOutput.restartedStory(Story story,
Throwable cause) |
void |
StoryReporter.restartedStory(Story story,
Throwable cause) |
void |
StepFailureDecorator.restartedStory(Story story,
Throwable cause) |
void |
SilentSuccessFilter.restartedStory(Story story,
Throwable cause) |
void |
PrintStreamOutput.restartedStory(Story story,
Throwable cause) |
void |
PostStoryStatisticsCollector.restartedStory(Story story,
Throwable cause) |
void |
NullStoryReporter.restartedStory(Story story,
Throwable cause) |
void |
DelegatingStoryReporter.restartedStory(Story story,
Throwable cause) |
void |
ConcurrentStoryReporter.restartedStory(Story story,
Throwable cause) |
void |
TemplateableOutput.storyCancelled(Story story,
StoryDuration storyDuration) |
void |
StoryReporter.storyCancelled(Story story,
StoryDuration storyDuration) |
void |
StepFailureDecorator.storyCancelled(Story story,
StoryDuration storyDuration) |
void |
SilentSuccessFilter.storyCancelled(Story story,
StoryDuration storyDuration) |
void |
PrintStreamOutput.storyCancelled(Story story,
StoryDuration storyDuration) |
void |
PostStoryStatisticsCollector.storyCancelled(Story story,
StoryDuration storyDuration) |
void |
NullStoryReporter.storyCancelled(Story story,
StoryDuration storyDuration) |
void |
DelegatingStoryReporter.storyCancelled(Story story,
StoryDuration storyDuration) |
void |
ConcurrentStoryReporter.storyCancelled(Story story,
StoryDuration storyDuration) |
void |
TemplateableOutput.storyNotAllowed(Story story,
String filter) |
void |
StoryReporter.storyNotAllowed(Story story,
String filter) |
void |
StepFailureDecorator.storyNotAllowed(Story story,
String filter) |
void |
SilentSuccessFilter.storyNotAllowed(Story story,
String filter) |
void |
PrintStreamOutput.storyNotAllowed(Story story,
String filter) |
void |
PostStoryStatisticsCollector.storyNotAllowed(Story story,
String filter) |
void |
NullStoryReporter.storyNotAllowed(Story story,
String filter) |
void |
DelegatingStoryReporter.storyNotAllowed(Story story,
String filter) |
void |
ConcurrentStoryReporter.storyNotAllowed(Story story,
String filter) |
Modifier and Type | Method and Description |
---|---|
List<Step> |
StepCollector.collectBeforeOrAfterStorySteps(List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory)
Collects all of the
BeforeStory or AfterStory steps to execute. |
List<Step> |
MarkUnmatchedStepsAsPending.collectBeforeOrAfterStorySteps(List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory) |
Copyright © 2003–2015. All rights reserved.