Package org.jbehave.core.configuration

Class Summary
Configuration Provides the configuration used by the Embedder and the in the RunnableStory implementations to customise its runtime properties.
Keywords Provides the keywords which allow parsers to find steps in stories and match those steps with candidates through the annotations (Given, When and Then) or though other keywords (And, "!--").
MostUsefulConfiguration The configuration that works for most situations that users are likely to encounter.
PropertyBasedConfiguration PropertyBasedConfiguration is backed by MostUsefulConfiguration as default, but has different behaviour if certain system properties are set: PropertyBasedConfiguration.FAIL_ON_PENDING: uses FailingUponPendingStep PropertyBasedConfiguration.SILENT_SUCCESS: uses SilentSuccessFilter decorator
UnmodifiableConfiguration Decorator of Configuration that disables modification of configuration elements.
 

Exception Summary
Keywords.InsufficientKeywordsException  
Keywords.KeywordNotFoundException  
 



Copyright © 2003-2010. All Rights Reserved.