Package | Description |
---|---|
org.jbehave.core | |
org.jbehave.core.configuration | |
org.jbehave.core.embedder | |
org.jbehave.core.model | |
org.jbehave.core.parsers | |
org.jbehave.core.reporters | |
org.jbehave.core.steps |
Modifier and Type | Method and Description |
---|---|
Configuration |
ConfigurableEmbedder.configuration() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableEmbedder.useConfiguration(Configuration configuration) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<CandidateSteps> |
AnnotationBuilder.buildCandidateSteps(Configuration configuration)
Builds CandidateSteps using annotation
UsingSteps found in the
annotated object instance and the configuration provided |
InjectableStepsFactory |
AnnotationBuilder.buildStepsFactory(Configuration configuration)
Builds the
InjectableStepsFactory using annotation
UsingSteps found in the annotated object instance and the
configuration provided |
Constructor and Description |
---|
UnmodifiableConfiguration(Configuration delegate) |
Modifier and Type | Field and Description |
---|---|
protected Configuration |
Embedder.configuration |
Modifier and Type | Method and Description |
---|---|
Configuration |
PerformableTree.RunContext.configuration() |
Configuration |
Embedder.configuration() |
Modifier and Type | Method and Description |
---|---|
protected void |
Embedder.configureThreads(Configuration configuration,
int threads) |
PerformableTree.RunContext |
PerformableTree.newRunContext(Configuration configuration,
InjectableStepsFactory stepsFactory,
EmbedderMonitor embedderMonitor,
MetaFilter filter,
BatchFailures failures) |
void |
Embedder.reportStepdocs(Configuration configuration,
List<CandidateSteps> candidateSteps) |
void |
StoryRunner.run(Configuration configuration,
InjectableStepsFactory stepsFactory,
Story story,
MetaFilter filter,
StoryRunner.State beforeStories)
Deprecated.
Runs a Story with the given steps factory, applying the given meta
filter, and staring from given state.
|
void |
StoryRunner.run(Configuration configuration,
List<CandidateSteps> candidateSteps,
Story story)
Deprecated.
Runs a Story with the given configuration and steps.
|
void |
StoryRunner.run(Configuration configuration,
List<CandidateSteps> candidateSteps,
Story story,
MetaFilter filter)
Deprecated.
Runs a Story with the given configuration and steps, applying the given
meta filter.
|
void |
StoryRunner.run(Configuration configuration,
List<CandidateSteps> candidateSteps,
Story story,
MetaFilter filter,
StoryRunner.State beforeStories)
Deprecated.
Runs a Story with the given configuration and steps, applying the given
meta filter, and staring from given state.
|
StoryRunner.State |
StoryRunner.runBeforeOrAfterStories(Configuration configuration,
List<CandidateSteps> candidateSteps,
StepCollector.Stage stage)
Deprecated.
Run steps before or after a collection of stories.
|
Story |
StoryRunner.storyOfPath(Configuration configuration,
String storyPath)
Deprecated.
Returns the parsed story from the given path
|
Story |
PerformableTree.storyOfPath(Configuration configuration,
String storyPath)
Returns the parsed story from the given path
|
Story |
StoryRunner.storyOfText(Configuration configuration,
String storyAsText,
String storyId)
Deprecated.
Returns the parsed story from the given text
|
Story |
PerformableTree.storyOfText(Configuration configuration,
String storyAsText,
String storyId)
Returns the parsed story from the given text
|
void |
Embedder.useConfiguration(Configuration configuration) |
Constructor and Description |
---|
RunContext(Configuration configuration,
InjectableStepsFactory stepsFactory,
EmbedderMonitor embedderMonitor,
MetaFilter filter,
BatchFailures failures) |
StoryManager(Configuration configuration,
InjectableStepsFactory stepsFactory,
EmbedderControls embedderControls,
EmbedderMonitor embedderMonitor,
ExecutorService executorService,
PerformableTree performableTree,
StoryTimeouts.TimeoutParser... parsers) |
Constructor and Description |
---|
ExamplesTableFactory(Configuration configuration) |
Constructor and Description |
---|
RegexStoryParser(Configuration configuration) |
Modifier and Type | Field and Description |
---|---|
protected Configuration |
StoryReporterBuilder.configuration |
Constructor and Description |
---|
StoryReporterBuilder(Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
Configuration |
Steps.configuration() |
Configuration |
CandidateSteps.configuration()
Returns the configuration
|
Constructor and Description |
---|
AbstractStepsFactory(Configuration configuration) |
InstanceStepsFactory(Configuration configuration,
List<?> stepsInstances) |
InstanceStepsFactory(Configuration configuration,
Object... stepsInstances) |
ScanningStepsFactory(Configuration configuration,
Class<?> root) |
ScanningStepsFactory(Configuration configuration,
String... packageNames) |
Steps(Configuration configuration)
Creates Steps with given custom configuration for a class extending this
instance and containing the candidate step methods
|
Steps(Configuration configuration,
Class<?> type,
InjectableStepsFactory stepsFactory)
Creates Steps with given custom configuration and a steps instance type
containing the candidate step methods.
|
Steps(Configuration configuration,
Object instance)
Creates Steps with given custom configuration and a steps instance
containing the candidate step methods
|
Copyright © 2003–2016. All rights reserved.