Uses of Class
org.jbehave.core.steps.StepCandidate
Packages that use StepCandidate
-
Uses of StepCandidate in org.jbehave.core.embedder
Methods in org.jbehave.core.embedder that return types with arguments of type StepCandidateConstructors in org.jbehave.core.embedder with parameters of type StepCandidate -
Uses of StepCandidate in org.jbehave.core.steps
Subclasses of StepCandidate in org.jbehave.core.stepsMethods in org.jbehave.core.steps that return StepCandidateModifier and TypeMethodDescriptionstatic StepCandidateConditionalStepCandidate.from(StepConditionMatcher stepConditionMatcher, List<StepCandidate> conditionalCandidates) Methods in org.jbehave.core.steps that return types with arguments of type StepCandidateModifier 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) Method parameters in org.jbehave.core.steps with type arguments of type StepCandidateModifier and TypeMethodDescriptionprotected voidAbstractCandidateSteps.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, StepMonitor stepMonitor) StepCollector.collectLifecycleSteps(List<StepCandidate> stepCandidates, Lifecycle lifecycle, Meta storyAndScenarioMeta, Scope scope, StepMonitor stepMonitor) Collects all lifecycle steps to execute perStepCollector.Stageof 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 theSteps to execute for a scenario.static StepCandidateConditionalStepCandidate.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) Constructors in org.jbehave.core.steps with parameters of type StepCandidate