Uses of Class
org.jbehave.core.steps.StepCandidate
-
Packages that use StepCandidate Package Description org.jbehave.core.embedder org.jbehave.core.steps -
-
Uses of StepCandidate in org.jbehave.core.embedder
Methods in org.jbehave.core.embedder that return types with arguments of type StepCandidate Modifier and Type Method Description List<StepCandidate>
AllStepCandidates. getRegularSteps()
-
Uses of StepCandidate in org.jbehave.core.steps
Methods in org.jbehave.core.steps that return StepCandidate Modifier and Type Method Description protected StepCandidate
AbstractCandidateSteps. createCandidate(String stepPatternAsString, int priority, StepType stepType, Method method, Class<?> type, InjectableStepsFactory stepsFactory)
Methods in org.jbehave.core.steps that return types with arguments of type StepCandidate Modifier and Type Method Description List<StepCandidate>
CandidateSteps. listCandidates()
Returns the step candidates that can be matchedList<StepCandidate>
CompositeCandidateSteps. listCandidates()
List<StepCandidate>
Steps. listCandidates()
List<StepCandidate>
StepFinder.ByLevenshteinDistance. prioritise(String stepAsText, List<StepCandidate> candidates)
List<StepCandidate>
StepFinder.ByPriorityField. prioritise(String stepAsText, List<StepCandidate> candidates)
List<StepCandidate>
StepFinder. prioritise(String stepAsText, List<StepCandidate> candidates)
Prioritises the list of step candidates that match a given step.List<StepCandidate>
StepFinder.PrioritisingStrategy. prioritise(String stepAsString, List<StepCandidate> candidates)
Methods in org.jbehave.core.steps with parameters of type StepCandidate Modifier and Type Method Description protected void
AbstractCandidateSteps. checkForDuplicateCandidates(List<StepCandidate> candidates, StepCandidate candidate)
Method parameters in org.jbehave.core.steps with type arguments of type StepCandidate Modifier and Type Method Description protected void
AbstractCandidateSteps. checkForDuplicateCandidates(List<StepCandidate> candidates, StepCandidate candidate)
Map<StepCollector.Stage,List<Step>>
MarkUnmatchedStepsAsPending. collectLifecycleSteps(List<StepCandidate> stepCandidates, Lifecycle lifecycle, Meta storyAndScenarioMeta, Scope scope, StepMonitor stepMonitor)
Map<StepCollector.Stage,List<Step>>
StepCollector. collectLifecycleSteps(List<StepCandidate> stepCandidates, Lifecycle lifecycle, Meta storyAndScenarioMeta, Scope scope, StepMonitor stepMonitor)
Collects all lifecycle steps to execute perStepCollector.Stage
of executionList<Step>
MarkUnmatchedStepsAsPending. collectScenarioSteps(List<StepCandidate> stepCandidates, Scenario scenario, Map<String,String> parameters, StepMonitor stepMonitor)
List<Step>
StepCollector. collectScenarioSteps(List<StepCandidate> stepCandidates, Scenario scenario, Map<String,String> parameters, StepMonitor stepMonitor)
Collects all of theStep
s to execute for a scenario.List<StepCandidate>
StepFinder.ByLevenshteinDistance. prioritise(String stepAsText, List<StepCandidate> candidates)
List<StepCandidate>
StepFinder.ByPriorityField. prioritise(String stepAsText, List<StepCandidate> candidates)
List<StepCandidate>
StepFinder. prioritise(String stepAsText, List<StepCandidate> candidates)
Prioritises the list of step candidates that match a given step.List<StepCandidate>
StepFinder.PrioritisingStrategy. prioritise(String stepAsString, List<StepCandidate> candidates)
Constructors in org.jbehave.core.steps with parameters of type StepCandidate Constructor Description DuplicateCandidateFound(StepCandidate candidate)
Stepdoc(StepCandidate candidate)
-