A ScenarioDrivenStory is an executable description of a value that the customer wants, with {@link Scenario}s to illustrate the Story and verify that it has been delivered.
A Story is the top level of JBehave's Story framework; the scenarios are the equivalent of acceptance tests. A Story can be executed using the {@link org.jbehave.core.story.StoryRunner}, and documented using a {@link org.jbehave.core.story.StoryPrinter}.
To write a ScenarioDrivenStory, provide a {@link Narrative}, and add some {@link Scenario}s. Simple!
@author Dan North @author Elizabeth Keogh
|
|
|
|