Uses of Interface
org.jbehave.core.condition.StepConditionMatcher
Packages that use StepConditionMatcher
Package
Description
-
Uses of StepConditionMatcher in org.jbehave.core.condition
Classes in org.jbehave.core.condition that implement StepConditionMatcherModifier and TypeClassDescriptionclassclass -
Uses of StepConditionMatcher in org.jbehave.core.configuration
Fields in org.jbehave.core.configuration declared as StepConditionMatcherModifier and TypeFieldDescriptionprotected StepConditionMatcherConfiguration.stepConditionMatcherThe step condition matcher to match conditional stepsMethods in org.jbehave.core.configuration that return StepConditionMatcherModifier and TypeMethodDescriptionConfiguration.stepConditionMatcher()UnmodifiableConfiguration.stepConditionMatcher()Methods in org.jbehave.core.configuration with parameters of type StepConditionMatcherModifier and TypeMethodDescriptionConfiguration.useStepConditionMatcher(StepConditionMatcher stepConditionMatcher) UnmodifiableConfiguration.useStepConditionMatcher(StepConditionMatcher stepConditionMatcher) -
Uses of StepConditionMatcher in org.jbehave.core.embedder
Constructors in org.jbehave.core.embedder with parameters of type StepConditionMatcherModifierConstructorDescriptionAllStepCandidates(StepConditionMatcher stepConditionMatcher, List<CandidateSteps> candidateSteps) -
Uses of StepConditionMatcher in org.jbehave.core.steps
Methods in org.jbehave.core.steps with parameters of type StepConditionMatcherModifier and TypeMethodDescriptionStepCreator.createConditionalStep(StepConditionMatcher stepConditionMatcher, Map<Method, StepCreator.ParametrisedStep> parametrisedSteps) static StepCandidateConditionalStepCandidate.from(StepConditionMatcher stepConditionMatcher, List<StepCandidate> conditionalCandidates) Constructors in org.jbehave.core.steps with parameters of type StepConditionMatcherModifierConstructorDescriptionConditionalStep(StepConditionMatcher stepConditionMatcher, Map<Method, StepCreator.ParametrisedStep> parametrisedSteps) StepFinder(StepConditionMatcher stepConditionMatcher) Creates a StepFinder with a custom step condition matcher