Package org.jbehave.core.configuration

Interface Summary
AnnotationMonitor  
 

Class Summary
AnnotationBuilder Allows the building of Configuration, CandidateSteps and Embedder from an annotated class.
AnnotationFinder Helper class to find and retrieve annotated values
Configuration Provides the configuration used by the Embedder and the in the Embeddable 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.
MostUsefulConfiguration The configuration that works for most situations that users are likely to encounter.
NullAnnotationMonitor Null Object Pattern implementation of AnnotationMonitor.
ParanamerConfiguration The configuration that uses: Paranamer: CachingParanamer
PrintStreamAnnotationMonitor  
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
AnnotationBuilder.InstantiationFailed  
AnnotationRequired  
Keywords.KeywordNotFound  
Keywords.StartingWordNotFound  
UnmodifiableConfiguration.ModificationNotAllowed  
 



Copyright © 2003-2012. All Rights Reserved.