Delivery of a Story creates a benefit for a particular customer.
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}.
We recommend that you extend {@link ScenarioDrivenStory} toimplement a Story. But you don't have to.
@see ScenarioDrivenStory @see org.jbehave.core.story.StoryRunner @see org.jbehave.core.story.StoryPrinter
|
|
|
|
|
|
|
|
|
|
|
|