Package | Description |
---|---|
org.jbehave.core | |
org.jbehave.core.configuration | |
org.jbehave.core.embedder | |
org.jbehave.core.steps |
Modifier and Type | Method and Description |
---|---|
java.util.List<CandidateSteps> |
ConfigurableEmbedder.candidateSteps()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableEmbedder.addSteps(CandidateSteps... steps)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableEmbedder.addSteps(java.util.List<CandidateSteps> steps)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CandidateSteps> |
AnnotationBuilder.buildCandidateSteps()
Builds CandidateSteps using annotation
UsingSteps found in the
annotated object instance and using the configuration build by
AnnotationBuilder.buildConfiguration() |
java.util.List<CandidateSteps> |
AnnotationBuilder.buildCandidateSteps(Configuration configuration)
Builds CandidateSteps using annotation
UsingSteps found in the
annotated object instance and the configuration provided |
Modifier and Type | Method and Description |
---|---|
java.util.List<CandidateSteps> |
Embedder.candidateSteps() |
Modifier and Type | Method and Description |
---|---|
void |
Embedder.reportStepdocs(Configuration configuration,
java.util.List<CandidateSteps> candidateSteps) |
void |
StoryRunner.run(Configuration configuration,
java.util.List<CandidateSteps> candidateSteps,
Story story)
Runs a Story with the given configuration and steps.
|
void |
StoryRunner.run(Configuration configuration,
java.util.List<CandidateSteps> candidateSteps,
Story story,
MetaFilter filter)
Runs a Story with the given configuration and steps, applying the given
meta filter.
|
void |
StoryRunner.run(Configuration configuration,
java.util.List<CandidateSteps> candidateSteps,
Story story,
MetaFilter filter,
StoryRunner.State beforeStories)
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,
java.util.List<CandidateSteps> candidateSteps,
StepCollector.Stage stage)
Run steps before or after a collection of stories.
|
void |
Embedder.useCandidateSteps(java.util.List<CandidateSteps> candidateSteps) |
Modifier and Type | Class and Description |
---|---|
class |
Steps
Default implementation of
CandidateSteps which provides the step
candidates that match the steps being run. |
Modifier and Type | Method and Description |
---|---|
java.util.List<CandidateSteps> |
ProvidedStepsFactory.createCandidateSteps() |
java.util.List<CandidateSteps> |
InjectableStepsFactory.createCandidateSteps() |
java.util.List<CandidateSteps> |
CompositeStepsFactory.createCandidateSteps() |
java.util.List<CandidateSteps> |
AbstractStepsFactory.createCandidateSteps() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Step> |
StepCollector.collectBeforeOrAfterScenarioSteps(java.util.List<CandidateSteps> candidateSteps,
Meta storyAndScenarioMeta,
StepCollector.Stage stage,
ScenarioType type)
Collects all of the
BeforeScenario or AfterScenario steps to execute. |
java.util.List<Step> |
MarkUnmatchedStepsAsPending.collectBeforeOrAfterScenarioSteps(java.util.List<CandidateSteps> candidateSteps,
Meta storyAndScenarioMeta,
StepCollector.Stage stage,
ScenarioType type) |
java.util.List<Step> |
StepCollector.collectBeforeOrAfterStoriesSteps(java.util.List<CandidateSteps> candidateSteps,
StepCollector.Stage stage)
Collects all of the
BeforeStories or AfterStories steps to execute. |
java.util.List<Step> |
MarkUnmatchedStepsAsPending.collectBeforeOrAfterStoriesSteps(java.util.List<CandidateSteps> candidateSteps,
StepCollector.Stage stage) |
java.util.List<Step> |
StepCollector.collectBeforeOrAfterStorySteps(java.util.List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory)
Collects all of the
BeforeStory or AfterStory steps to execute. |
java.util.List<Step> |
MarkUnmatchedStepsAsPending.collectBeforeOrAfterStorySteps(java.util.List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory) |
java.util.List<StepCandidate> |
StepFinder.collectCandidates(java.util.List<CandidateSteps> candidateSteps)
Collects a list of step candidates from
CandidateSteps instances. |
java.util.List<Step> |
StepCollector.collectLifecycleSteps(java.util.List<CandidateSteps> candidateSteps,
Lifecycle lifecycle,
Meta storyAndScenarioMeta,
StepCollector.Stage stage)
Collects all lifecycle steps to execute
|
java.util.List<Step> |
MarkUnmatchedStepsAsPending.collectLifecycleSteps(java.util.List<CandidateSteps> candidateSteps,
Lifecycle lifecycle,
Meta storyAndScenarioMeta,
StepCollector.Stage stage) |
java.util.List<Step> |
StepCollector.collectScenarioSteps(java.util.List<CandidateSteps> candidateSteps,
Scenario scenario,
java.util.Map<java.lang.String,java.lang.String> parameters)
Collects all of the
Step s to execute for a scenario. |
java.util.List<Step> |
MarkUnmatchedStepsAsPending.collectScenarioSteps(java.util.List<CandidateSteps> candidateSteps,
Scenario scenario,
java.util.Map<java.lang.String,java.lang.String> parameters) |
java.util.List<Stepdoc> |
StepFinder.findMatching(java.lang.String stepAsText,
java.util.List<CandidateSteps> candidateSteps)
Finds matching steps, represented as
Stepdoc s, for a given
textual step and a list of CandidateSteps . |
java.util.List<Stepdoc> |
StepFinder.stepdocs(java.util.List<CandidateSteps> candidateSteps)
Returns the stepdocs for the candidates collected from the given
CandidateSteps . |
java.util.List<java.lang.Object> |
StepFinder.stepsInstances(java.util.List<CandidateSteps> candidateSteps)
Returns the steps instances associated to CandidateSteps
|
Constructor and Description |
---|
ProvidedStepsFactory(java.util.List<CandidateSteps> candidateSteps) |
Copyright © 2003-2014. All Rights Reserved.