|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Configuration | |
---|---|
org.jbehave.core | |
org.jbehave.core.configuration | |
org.jbehave.core.embedder | |
org.jbehave.core.steps |
Uses of Configuration in org.jbehave.core |
---|
Methods in org.jbehave.core that return Configuration | |
---|---|
Configuration |
ConfigurableEmbedder.configuration()
|
Methods in org.jbehave.core with parameters of type Configuration | |
---|---|
void |
ConfigurableEmbedder.useConfiguration(Configuration configuration)
|
Uses of Configuration in org.jbehave.core.configuration |
---|
Subclasses of Configuration in org.jbehave.core.configuration | |
---|---|
class |
MostUsefulConfiguration
The configuration that works for most situations that users are likely to encounter. |
class |
ParanamerConfiguration
The configuration that uses: Paranamer : CachingParanamer
|
class |
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
|
class |
UnmodifiableConfiguration
Decorator of Configuration that disables modification of configuration elements. |
Methods in org.jbehave.core.configuration with parameters of type Configuration | |
---|---|
List<CandidateSteps> |
AnnotationBuilder.buildCandidateSteps(Configuration configuration)
Builds CandidateSteps using annotation UsingSteps found in the
annotated object instance and the configuration provided |
Constructors in org.jbehave.core.configuration with parameters of type Configuration | |
---|---|
UnmodifiableConfiguration(Configuration delegate)
|
Uses of Configuration in org.jbehave.core.embedder |
---|
Methods in org.jbehave.core.embedder that return Configuration | |
---|---|
Configuration |
Embedder.configuration()
|
Methods in org.jbehave.core.embedder with parameters of type Configuration | |
---|---|
protected Embedder.EnqueuedStory |
Embedder.enqueuedStory(EmbedderControls embedderControls,
Configuration configuration,
List<CandidateSteps> candidateSteps,
BatchFailures batchFailures,
MetaFilter filter,
String storyPath,
Story story)
|
void |
Embedder.reportStepdocs(Configuration configuration,
List<CandidateSteps> candidateSteps)
|
void |
StoryRunner.run(Configuration configuration,
List<CandidateSteps> candidateSteps,
Story story)
Runs a Story with the given configuration and steps. |
void |
StoryRunner.run(Configuration configuration,
List<CandidateSteps> candidateSteps,
Story story,
MetaFilter filter)
Runs a Story with the given configuration and steps, applying the given meta filter. |
void |
StoryRunner.runBeforeOrAfterStories(Configuration configuration,
List<CandidateSteps> candidateSteps,
StepCollector.Stage stage)
Run steps before or after a collection of stories. |
Story |
StoryRunner.storyOfPath(Configuration configuration,
String storyPath)
Returns the parsed story from the given path |
void |
Embedder.useConfiguration(Configuration configuration)
|
Constructors in org.jbehave.core.embedder with parameters of type Configuration | |
---|---|
Embedder.EnqueuedStory(String storyPath,
Configuration configuration,
List<CandidateSteps> candidateSteps,
Story story,
MetaFilter filter,
EmbedderControls embedderControls,
BatchFailures batchFailures,
EmbedderMonitor embedderMonitor,
StoryRunner storyRunner)
|
Uses of Configuration in org.jbehave.core.steps |
---|
Methods in org.jbehave.core.steps that return Configuration | |
---|---|
Configuration |
Steps.configuration()
|
Configuration |
CandidateSteps.configuration()
Returns the configuration |
Constructors in org.jbehave.core.steps with parameters of type Configuration | |
---|---|
AbstractStepsFactory(Configuration configuration)
|
|
InstanceStepsFactory(Configuration configuration,
List<Object> stepsInstances)
|
|
InstanceStepsFactory(Configuration configuration,
Object... stepsInstances)
|
|
Steps(Configuration configuration)
Creates Steps with given custom configuration for a class extending this instance and containing the candidate step methods |
|
Steps(Configuration configuration,
Object instance)
Creates Steps with given custom configuration wrapping an Object instance containing the candidate step methods |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |