Package | Description |
---|---|
org.jbehave.core.model | |
org.jbehave.core.reporters |
Modifier and Type | Field and Description |
---|---|
static GivenStories |
GivenStories.EMPTY |
Modifier and Type | Method and Description |
---|---|
GivenStories |
Story.getGivenStories() |
GivenStories |
Scenario.getGivenStories() |
Constructor and Description |
---|
Scenario(java.lang.String title,
Meta meta,
GivenStories givenStories,
ExamplesTable examplesTable,
java.util.List<java.lang.String> steps) |
Story(java.lang.String path,
Description description,
Meta meta,
Narrative narrative,
GivenStories givenStories,
Lifecycle lifecycle,
java.util.List<Scenario> scenarios) |
Story(java.lang.String path,
Description description,
Meta meta,
Narrative narrative,
GivenStories givenStories,
java.util.List<Scenario> scenarios) |
Modifier and Type | Method and Description |
---|---|
GivenStories |
TemplateableOutput.OutputScenario.getGivenStories() |
Modifier and Type | Method and Description |
---|---|
void |
TemplateableOutput.givenStories(GivenStories givenStories) |
void |
StoryReporter.givenStories(GivenStories givenStories) |
void |
StepFailureDecorator.givenStories(GivenStories givenStories) |
void |
SilentSuccessFilter.givenStories(GivenStories givenStories) |
void |
PrintStreamOutput.givenStories(GivenStories givenStories) |
void |
PostStoryStatisticsCollector.givenStories(GivenStories givenStories) |
void |
NullStoryReporter.givenStories(GivenStories givenStories) |
void |
DelegatingStoryReporter.givenStories(GivenStories givenStories) |
void |
ConcurrentStoryReporter.givenStories(GivenStories stories) |
Copyright © 2003-2014. All Rights Reserved.