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 | Method and Description |
---|---|
InjectableStepsFactory |
Embedder.stepsFactory() |
Modifier and Type | Method and Description |
---|---|
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 |
---|
StoryManager(Configuration configuration,
EmbedderControls embedderControls,
EmbedderMonitor embedderMonitor,
java.util.concurrent.ExecutorService executorService,
InjectableStepsFactory stepsFactory,
StoryRunner storyRunner) |
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. |
Constructor and Description |
---|
AbstractStepsFactory.StepsInstanceNotFound(java.lang.Class<?> type,
InjectableStepsFactory stepsFactory) |
CompositeStepsFactory(InjectableStepsFactory... stepsFactories) |
ParameterConverters.MethodReturningConverter(java.lang.reflect.Method method,
java.lang.Class<?> stepsType,
InjectableStepsFactory stepsFactory) |
StepCandidate(java.lang.String patternAsString,
int priority,
StepType stepType,
java.lang.reflect.Method method,
java.lang.Class<?> stepsType,
InjectableStepsFactory stepsFactory,
Keywords keywords,
StepPatternParser stepPatternParser,
ParameterConverters parameterConverters,
ParameterControls parameterControls) |
StepCreator(java.lang.Class<?> stepsType,
InjectableStepsFactory stepsFactory,
ParameterConverters parameterConverters,
ParameterControls parameterControls,
StepMatcher stepMatcher,
StepMonitor stepMonitor) |
Steps(Configuration configuration,
java.lang.Class<?> type,
InjectableStepsFactory stepsFactory)
Creates Steps with given custom configuration and a steps instance type
containing the candidate step methods.
|
Copyright © 2003-2014. All Rights Reserved.