Package org.jbehave.core.parsers
Interface StepMatcher
-
- All Known Implementing Classes:
RegexStepMatcher
public interface StepMatcher
A step matcher is responsible for matching steps against a given step pattern and extracting the parameters for the step
-
-
Method Summary
Modifier and Type Method Description Matcher
matcher(String stepWithoutStartingWord)
String[]
parameterNames()
StepPattern
pattern()
-
-
-
Method Detail
-
parameterNames
String[] parameterNames()
-
pattern
StepPattern pattern()
-
-