Package | Description |
---|---|
org.jbehave.core | |
org.jbehave.core.configuration | |
org.jbehave.core.embedder | |
org.jbehave.core.steps |
Modifier and Type | Method and Description |
---|---|
InjectableStepsFactory |
ConfigurableEmbedder.stepsFactory() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableEmbedder.useStepsFactory(InjectableStepsFactory stepsFactory) |
Modifier and Type | Method and Description |
---|---|
InjectableStepsFactory |
AnnotationBuilder.buildStepsFactory(Configuration configuration)
Builds the
InjectableStepsFactory using annotation
UsingSteps found in the annotated object instance and the
configuration provided |
Modifier and Type | Field and Description |
---|---|
protected InjectableStepsFactory |
Embedder.stepsFactory |
Modifier and Type | Method and Description |
---|---|
InjectableStepsFactory |
Embedder.stepsFactory() |
Modifier and Type | Method and Description |
---|---|
PerformableTree.RunContext |
PerformableTree.newRunContext(Configuration configuration,
InjectableStepsFactory stepsFactory,
EmbedderMonitor embedderMonitor,
MetaFilter filter,
BatchFailures failures) |
void |
StoryRunner.run(Configuration configuration,
InjectableStepsFactory stepsFactory,
Story story,
MetaFilter filter,
StoryRunner.State beforeStories)
Runs a Story with the given steps factory, applying the given meta
filter, and staring from given state.
|
void |
Embedder.useStepsFactory(InjectableStepsFactory stepsFactory) |
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) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStepsFactory
An abstract implementation of
InjectableStepsFactory that is provided
by concrete subclasses Object instances which contain the candidate steps
methods. |
class |
CompositeStepsFactory
An
InjectableStepsFactory that composes CandidateSteps
created from other factories. |
class |
InstanceStepsFactory
An
InjectableStepsFactory that is provided Object instances. |
class |
ProvidedStepsFactory
An
InjectableStepsFactory that is provided with the
CandidateSteps instances. |
class |
ScanningStepsFactory
An
InjectableStepsFactory that scans for classes in the classpath. |
Constructor and Description |
---|
CompositeStepsFactory(InjectableStepsFactory... stepsFactories) |
MethodReturningConverter(Method method,
Class<?> stepsType,
InjectableStepsFactory stepsFactory) |
StepCandidate(String patternAsString,
int priority,
StepType stepType,
Method method,
Class<?> stepsType,
InjectableStepsFactory stepsFactory,
Keywords keywords,
StepPatternParser stepPatternParser,
ParameterConverters parameterConverters,
ParameterControls parameterControls) |
StepCreator(Class<?> stepsType,
InjectableStepsFactory stepsFactory,
ParameterConverters parameterConverters,
ParameterControls parameterControls,
StepMatcher stepMatcher,
StepMonitor stepMonitor) |
Steps(Configuration configuration,
Class<?> type,
InjectableStepsFactory stepsFactory)
Creates Steps with given custom configuration and a steps instance type
containing the candidate step methods.
|
StepsInstanceNotFound(Class<?> type,
InjectableStepsFactory stepsFactory) |
Copyright © 2003–2015. All rights reserved.