Uses of Class
org.jbehave.core.steps.StepCandidate
-
Uses of StepCandidate in org.jbehave.core.embedder
-
Uses of StepCandidate in org.jbehave.core.steps
Modifier and TypeMethodDescriptionstatic StepCandidate
ConditionalStepCandidate.from
(StepConditionMatcher stepConditionMatcher, List<StepCandidate> conditionalCandidates) Modifier and TypeMethodDescriptionCandidateSteps.listCandidates()
Returns the step candidates that can be matchedCompositeCandidateSteps.listCandidates()
Steps.listCandidates()
StepFinder.ByLevenshteinDistance.prioritise
(String stepAsText, List<StepCandidate> candidates) StepFinder.ByPriorityField.prioritise
(String stepAsText, List<StepCandidate> candidates) StepFinder.prioritise
(String stepAsText, List<StepCandidate> candidates) Prioritises the list of step candidates that match a given step.StepFinder.PrioritisingStrategy.prioritise
(String stepAsString, List<StepCandidate> candidates) Modifier and TypeMethodDescriptionprotected void
AbstractCandidateSteps.addCandidatesFromVariants
(List<StepCandidate> candidates, Method method, StepType stepType, String value, int priority, Class<?> type, InjectableStepsFactory stepsFactory, String[] steps) MarkUnmatchedStepsAsPending.collectLifecycleSteps
(List<StepCandidate> stepCandidates, Lifecycle lifecycle, Meta storyAndScenarioMeta, Scope scope, Map<String, String> parameters, StepMonitor stepMonitor) StepCollector.collectLifecycleSteps
(List<StepCandidate> stepCandidates, Lifecycle lifecycle, Meta storyAndScenarioMeta, Scope scope, Map<String, String> parameters, StepMonitor stepMonitor) Collects all lifecycle steps to execute perStepCollector.Stage
of executionMarkUnmatchedStepsAsPending.collectScenarioSteps
(List<StepCandidate> stepCandidates, Scenario scenario, Map<String, String> parameters, StepMonitor stepMonitor) StepCollector.collectScenarioSteps
(List<StepCandidate> stepCandidates, Scenario scenario, Map<String, String> parameters, StepMonitor stepMonitor) Collects all of theStep
s to execute for a scenario.static StepCandidate
ConditionalStepCandidate.from
(StepConditionMatcher stepConditionMatcher, List<StepCandidate> conditionalCandidates) StepFinder.ByLevenshteinDistance.prioritise
(String stepAsText, List<StepCandidate> candidates) StepFinder.ByPriorityField.prioritise
(String stepAsText, List<StepCandidate> candidates) StepFinder.prioritise
(String stepAsText, List<StepCandidate> candidates) Prioritises the list of step candidates that match a given step.StepFinder.PrioritisingStrategy.prioritise
(String stepAsString, List<StepCandidate> candidates)