org.jbehave.scenario
Interface Configuration
- All Known Implementing Classes:
- MostUsefulConfiguration, PropertyBasedConfiguration
public interface Configuration
Provides the configuration with which JBehave runs.
Anyone wishing to customize JBehave may wish
to inject a new Configuration into their Scenario.
NB: This class may change dynamically, so any other class
wishing to use this should store the whole configuration,
and use the respective parts of it at runtime, rather
than attempting to store any part of it when the configuration
is provided.
- Author:
- Elizabeth Keogh
forDefiningScenarios
ScenarioDefiner forDefiningScenarios()
forReportingScenarios
ScenarioReporter forReportingScenarios()
forPendingSteps
PendingErrorStrategy forPendingSteps()
forCreatingSteps
StepCreator forCreatingSteps()
forHandlingErrors
ErrorStrategy forHandlingErrors()
keywords
KeyWords keywords()
Copyright © 2003-2008. All Rights Reserved.