Uses of Interface
org.jbehave.core.condition.StepConditionMatcher
Package
Description
-
Uses of StepConditionMatcher in org.jbehave.core.condition
Modifier and TypeClassDescriptionclass
class
-
Uses of StepConditionMatcher in org.jbehave.core.configuration
Modifier and TypeFieldDescriptionprotected StepConditionMatcher
Configuration.stepConditionMatcher
The step condition matcher to match conditional stepsModifier and TypeMethodDescriptionConfiguration.stepConditionMatcher()
UnmodifiableConfiguration.stepConditionMatcher()
Modifier and TypeMethodDescriptionConfiguration.useStepConditionMatcher
(StepConditionMatcher stepConditionMatcher) UnmodifiableConfiguration.useStepConditionMatcher
(StepConditionMatcher stepConditionMatcher) -
Uses of StepConditionMatcher in org.jbehave.core.embedder
ModifierConstructorDescriptionAllStepCandidates
(StepConditionMatcher stepConditionMatcher, List<CandidateSteps> candidateSteps) -
Uses of StepConditionMatcher in org.jbehave.core.steps
Modifier and TypeMethodDescriptionStepCreator.createConditionalStep
(StepConditionMatcher stepConditionMatcher, Map<Method, StepCreator.ParametrisedStep> parametrisedSteps) static StepCandidate
ConditionalStepCandidate.from
(StepConditionMatcher stepConditionMatcher, List<StepCandidate> conditionalCandidates) ModifierConstructorDescriptionConditionalStep
(StepConditionMatcher stepConditionMatcher, Map<Method, StepCreator.ParametrisedStep> parametrisedSteps) StepFinder
(StepConditionMatcher stepConditionMatcher) Creates a StepFinder with a custom step condition matcher