Package | Description |
---|---|
org.jbehave.core | |
org.jbehave.core.configuration | |
org.jbehave.core.embedder | |
org.jbehave.core.steps |
Modifier and Type | Method and Description |
---|---|
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(List<CandidateSteps> steps)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<CandidateSteps> |
AnnotationBuilder.buildCandidateSteps()
Builds CandidateSteps using annotation
UsingSteps found in the
annotated object instance and using the configuration build by
AnnotationBuilder.buildConfiguration() |
List<CandidateSteps> |
AnnotationBuilder.buildCandidateSteps(Configuration configuration)
Builds CandidateSteps using annotation
UsingSteps found in the
annotated object instance and the configuration provided |
Modifier and Type | Field and Description |
---|---|
protected List<CandidateSteps> |
Embedder.candidateSteps |
Modifier and Type | Method and Description |
---|---|
List<CandidateSteps> |
Embedder.candidateSteps() |
Modifier and Type | Method and Description |
---|---|
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.run(Configuration configuration,
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,
List<CandidateSteps> candidateSteps,
StepCollector.Stage stage)
Run steps before or after a collection of stories.
|
void |
Embedder.useCandidateSteps(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 |
---|---|
List<CandidateSteps> |
ProvidedStepsFactory.createCandidateSteps() |
List<CandidateSteps> |
InjectableStepsFactory.createCandidateSteps() |
List<CandidateSteps> |
CompositeStepsFactory.createCandidateSteps() |
List<CandidateSteps> |
AbstractStepsFactory.createCandidateSteps() |
Modifier and Type | Method and Description |
---|---|
List<Step> |
StepCollector.collectBeforeOrAfterScenarioSteps(List<CandidateSteps> candidateSteps,
Meta storyAndScenarioMeta,
StepCollector.Stage stage,
ScenarioType type)
Collects all of the
BeforeScenario or AfterScenario steps to execute. |
List<Step> |
MarkUnmatchedStepsAsPending.collectBeforeOrAfterScenarioSteps(List<CandidateSteps> candidateSteps,
Meta storyAndScenarioMeta,
StepCollector.Stage stage,
ScenarioType type) |
List<Step> |
StepCollector.collectBeforeOrAfterStoriesSteps(List<CandidateSteps> candidateSteps,
StepCollector.Stage stage)
Collects all of the
BeforeStories or AfterStories steps to execute. |
List<Step> |
MarkUnmatchedStepsAsPending.collectBeforeOrAfterStoriesSteps(List<CandidateSteps> candidateSteps,
StepCollector.Stage stage) |
List<Step> |
StepCollector.collectBeforeOrAfterStorySteps(List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory)
Collects all of the
BeforeStory or AfterStory steps to execute. |
List<Step> |
MarkUnmatchedStepsAsPending.collectBeforeOrAfterStorySteps(List<CandidateSteps> candidateSteps,
Story story,
StepCollector.Stage stage,
boolean givenStory) |
List<StepCandidate> |
StepFinder.collectCandidates(List<CandidateSteps> candidateSteps)
Collects a list of step candidates from
CandidateSteps instances. |
List<Step> |
StepCollector.collectLifecycleSteps(List<CandidateSteps> candidateSteps,
Lifecycle lifecycle,
Meta storyAndScenarioMeta,
StepCollector.Stage stage)
Collects all lifecycle steps to execute
|
List<Step> |
MarkUnmatchedStepsAsPending.collectLifecycleSteps(List<CandidateSteps> candidateSteps,
Lifecycle lifecycle,
Meta storyAndScenarioMeta,
StepCollector.Stage stage) |
List<Step> |
StepCollector.collectScenarioSteps(List<CandidateSteps> candidateSteps,
Scenario scenario,
Map<String,String> parameters)
Collects all of the
Step s to execute for a scenario. |
List<Step> |
MarkUnmatchedStepsAsPending.collectScenarioSteps(List<CandidateSteps> candidateSteps,
Scenario scenario,
Map<String,String> parameters) |
List<Step> |
StepCollector.collectScenarioSteps(List<CandidateSteps> candidateSteps,
Scenario scenario,
Map<String,String> parameters,
StepMonitor stepMonitor)
Collects all of the
Step s to execute for a scenario. |
List<Step> |
MarkUnmatchedStepsAsPending.collectScenarioSteps(List<CandidateSteps> candidateSteps,
Scenario scenario,
Map<String,String> parameters,
StepMonitor stepMonitor) |
List<Stepdoc> |
StepFinder.findMatching(String stepAsText,
List<CandidateSteps> candidateSteps)
Finds matching steps, represented as
Stepdoc s, for a given
textual step and a list of CandidateSteps . |
List<Stepdoc> |
StepFinder.stepdocs(List<CandidateSteps> candidateSteps)
Returns the stepdocs for the candidates collected from the given
CandidateSteps . |
List<Object> |
StepFinder.stepsInstances(List<CandidateSteps> candidateSteps)
Returns the steps instances associated to CandidateSteps
|
Constructor and Description |
---|
ProvidedStepsFactory(List<CandidateSteps> candidateSteps) |
Copyright © 2003–2015. All rights reserved.