Package org.jbehave.core.configuration
package org.jbehave.core.configuration
-
ClassDescriptionHelper class to find and retrieve annotated valuesThrown when an annotation is required and not found.Provides the configuration used by the
Embedder
and the in theEmbeddable
implementations to customise its runtime properties.Provides the keywords which allow parsers to find steps in stories and match those steps with candidates through the annotations.The configuration that works for most situations that users are likely to encounter.Null Object Pattern implementation ofAnnotationMonitor
.The configuration that uses:Paranamer
:CachingParanamer
Monitor that reports to aPrintStream
, defaulting toSystem.out
PropertyBasedConfiguration is backed by MostUsefulConfiguration as default, but has different behaviour if certain system properties are set:PropertyBasedConfiguration.FAIL_ON_PENDING
: usesFailingUponPendingStep
PropertyBasedConfiguration.SILENT_SUCCESS
: usesSilentSuccessFilter
decoratorDecorator of Configuration that disables modification of configuration elements.