Uses of Interface
org.jbehave.core.condition.StepConditionMatcher
-
Packages that use StepConditionMatcher Package Description org.jbehave.core.condition org.jbehave.core.configuration org.jbehave.core.embedder org.jbehave.core.steps -
-
Uses of StepConditionMatcher in org.jbehave.core.condition
Classes in org.jbehave.core.condition that implement StepConditionMatcher Modifier and Type Class Description classInstanceStepConditionMatcherclassReflectionBasedStepConditionMatcher -
Uses of StepConditionMatcher in org.jbehave.core.configuration
Fields in org.jbehave.core.configuration declared as StepConditionMatcher Modifier and Type Field Description protected StepConditionMatcherConfiguration. stepConditionMatcherThe step condition matcher to match conditional stepsMethods in org.jbehave.core.configuration that return StepConditionMatcher Modifier and Type Method Description StepConditionMatcherConfiguration. stepConditionMatcher()StepConditionMatcherUnmodifiableConfiguration. stepConditionMatcher()Methods in org.jbehave.core.configuration with parameters of type StepConditionMatcher Modifier and Type Method Description ConfigurationConfiguration. useStepConditionMatcher(StepConditionMatcher stepConditionMatcher)ConfigurationUnmodifiableConfiguration. useStepConditionMatcher(StepConditionMatcher stepConditionMatcher) -
Uses of StepConditionMatcher in org.jbehave.core.embedder
Constructors in org.jbehave.core.embedder with parameters of type StepConditionMatcher Constructor Description AllStepCandidates(StepConditionMatcher stepConditionMatcher, List<CandidateSteps> candidateSteps) -
Uses of StepConditionMatcher in org.jbehave.core.steps
Methods in org.jbehave.core.steps with parameters of type StepConditionMatcher Modifier and Type Method Description StepStepCreator. 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 StepConditionMatcher Constructor Description ConditionalStep(StepConditionMatcher stepConditionMatcher, Map<Method,StepCreator.ParametrisedStep> parametrisedSteps)StepFinder(StepConditionMatcher stepConditionMatcher)Creates a StepFinder with a custom step condition matcher
-