|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Story | |
---|---|
org.jbehave.core.embedder | |
org.jbehave.core.model | |
org.jbehave.core.parsers | |
org.jbehave.core.reporters | |
org.jbehave.core.steps |
Uses of Story in org.jbehave.core.embedder |
---|
Methods in org.jbehave.core.embedder that return Story | |
---|---|
Story |
StoryRunner.storyOfPath(Configuration configuration,
String storyPath)
|
Methods in org.jbehave.core.embedder with parameters of type Story | |
---|---|
void |
StoryMapper.map(Story story,
MetaFilter metaFilter)
Maps a story if it is allowed by the meta filter |
void |
StoryRunner.run(Configuration configuration,
List<CandidateSteps> candidateSteps,
Story story,
MetaFilter filter)
Runs a Story with the given configuration and steps. |
Uses of Story in org.jbehave.core.model |
---|
Methods in org.jbehave.core.model that return types with arguments of type Story | |
---|---|
List<Story> |
StoryMap.getStories()
|
List<Story> |
StoryLanes.getStories()
|
Methods in org.jbehave.core.model with parameters of type Story | |
---|---|
boolean |
StoryLanes.inLane(String lane,
Story story)
|
Constructor parameters in org.jbehave.core.model with type arguments of type Story | |
---|---|
StoryMap(String metaFilter,
Set<Story> stories)
|
Uses of Story in org.jbehave.core.parsers |
---|
Methods in org.jbehave.core.parsers that return Story | |
---|---|
Story |
StoryParser.parseStory(String storyAsText)
Parses story from its textual representation |
Story |
RegexStoryParser.parseStory(String storyAsText)
|
Story |
StoryParser.parseStory(String storyAsText,
String storyPath)
Parses story from its textual representation and (optional) story path |
Story |
RegexStoryParser.parseStory(String storyAsText,
String storyPath)
|
Uses of Story in org.jbehave.core.reporters |
---|
Methods in org.jbehave.core.reporters with parameters of type Story | |
---|---|
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 |
DelegatingStoryReporter.beforeStory(Story story,
boolean givenStory)
|
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 |
DelegatingStoryReporter.storyNotAllowed(Story story,
String filter)
|
Uses of Story in org.jbehave.core.steps |
---|
Methods in org.jbehave.core.steps with parameters of type Story | |
---|---|
List<Step> |
StepCollector.collectBeforeOrAfterStorySteps(List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory)
|
List<Step> |
MarkUnmatchedStepsAsPending.collectBeforeOrAfterStorySteps(List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |