org.jbehave.scenario
Interface Configuration

All Known Implementing Classes:
MostUsefulConfiguration, PropertyBasedConfiguration

public interface Configuration

Provides the configuration used by the ScenarioRunner and is injected in the Scenario to customise its runtime properties. The configuration 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, Mauro Talevi

Method Summary
 StepCreator forCreatingSteps()
           
 ScenarioDefiner forDefiningScenarios()
           
 StepdocGenerator forGeneratingStepdoc()
           
 ErrorStrategy forHandlingErrors()
           
 PendingErrorStrategy forPendingSteps()
           
 ScenarioReporter forReportingScenarios()
           
 StepdocReporter forReportingStepdoc()
           
 KeyWords keywords()
           
 

Method Detail

forDefiningScenarios

ScenarioDefiner forDefiningScenarios()

forReportingScenarios

ScenarioReporter forReportingScenarios()

forPendingSteps

PendingErrorStrategy forPendingSteps()

forCreatingSteps

StepCreator forCreatingSteps()

forHandlingErrors

ErrorStrategy forHandlingErrors()

keywords

KeyWords keywords()

forGeneratingStepdoc

StepdocGenerator forGeneratingStepdoc()

forReportingStepdoc

StepdocReporter forReportingStepdoc()


Copyright © 2003-2010. All Rights Reserved.