Uses of Interface
org.jbehave.core.parsers.StepPatternParser
-
Uses of StepPatternParser in org.jbehave.core.configuration
Modifier and TypeFieldDescriptionprotected StepPatternParser
Configuration.stepPatternParser
Pattern build that uses prefix for identifying parametersModifier and TypeMethodDescriptionConfiguration.stepPatternParser()
UnmodifiableConfiguration.stepPatternParser()
Modifier and TypeMethodDescriptionConfiguration.useStepPatternParser
(StepPatternParser stepPatternParser) UnmodifiableConfiguration.useStepPatternParser
(StepPatternParser stepPatternParser) -
Uses of StepPatternParser in org.jbehave.core.parsers
Modifier and TypeClassDescriptionclass
A step pattern parser that provides a step matcher which will capture parameters starting with the given prefix in any matching step.