|
Class Summary |
| AbstractScenario |
Abstract implementation of Scenario which is primarily intended as a base
class for delegate implementations of Scenarios. |
| JUnitScenario |
Scenario decorator that add supports for running scenarios as JUnit tests. |
| JUnitScenario.JUnitScenarioDelegate |
|
| MostUsefulConfiguration |
The default configuration used by ScenarioRunner. |
| PropertyBasedConfiguration |
PropertyBasedConfiguration is backed by MostUsefulConfiguration as default, but has different
behaviour if certain system properties are non-null:
PropertyBasedConfiguration.FAIL_ON_PENDING: uses PendingErrorStrategy.FAILING as PendingErrorStrategy
PropertyBasedConfiguration.OUTPUT_ALL: uses PrintStreamScenarioReporter as ScenarioReporter
|
| Scenario |
Scenario represents the suggested entry point for the scenario developers. |
| ScenarioClassLoader |
Extends URLClassLoader to instantiate scenarios. |
| ScenarioRunner |
Runs the steps of each scenario in a story and describes the results to the ScenarioReporter. |