|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CandidateSteps | |
---|---|
org.jbehave.core | |
org.jbehave.core.configuration | |
org.jbehave.core.embedder | |
org.jbehave.core.steps |
Uses of CandidateSteps in org.jbehave.core |
---|
Methods in org.jbehave.core that return types with arguments of type CandidateSteps | |
---|---|
List<CandidateSteps> |
ConfigurableEmbedder.candidateSteps()
|
Methods in org.jbehave.core with parameters of type CandidateSteps | |
---|---|
void |
ConfigurableEmbedder.addSteps(CandidateSteps... steps)
|
Method parameters in org.jbehave.core with type arguments of type CandidateSteps | |
---|---|
void |
ConfigurableEmbedder.addSteps(List<CandidateSteps> steps)
|
Uses of CandidateSteps in org.jbehave.core.configuration |
---|
Methods in org.jbehave.core.configuration that return types with arguments of type CandidateSteps | |
---|---|
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 |
Uses of CandidateSteps in org.jbehave.core.embedder |
---|
Methods in org.jbehave.core.embedder that return types with arguments of type CandidateSteps | |
---|---|
List<CandidateSteps> |
Embedder.candidateSteps()
|
Method parameters in org.jbehave.core.embedder with type arguments of type CandidateSteps | |
---|---|
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)
|
Uses of CandidateSteps in org.jbehave.core.steps |
---|
Classes in org.jbehave.core.steps that implement CandidateSteps | |
---|---|
class |
Steps
Default implementation of CandidateSteps which provides the step
candidates that match the steps being run. |
Methods in org.jbehave.core.steps that return types with arguments of type CandidateSteps | |
---|---|
List<CandidateSteps> |
ProvidedStepsFactory.createCandidateSteps()
|
List<CandidateSteps> |
InjectableStepsFactory.createCandidateSteps()
|
List<CandidateSteps> |
CompositeStepsFactory.createCandidateSteps()
|
List<CandidateSteps> |
AbstractStepsFactory.createCandidateSteps()
|
Method parameters in org.jbehave.core.steps with type arguments of type CandidateSteps | |
---|---|
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.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<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 parameters in org.jbehave.core.steps with type arguments of type CandidateSteps | |
---|---|
ProvidedStepsFactory(List<CandidateSteps> candidateSteps)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |