Package org.jbehave.core.parsers
Interface StepMatcher
-
- All Known Implementing Classes:
RegexStepMatcher
public interface StepMatcherA 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 Matchermatcher(String stepWithoutStartingWord)String[]parameterNames()StepPatternpattern()
-
-
-
Method Detail
-
parameterNames
String[] parameterNames()
-
pattern
StepPattern pattern()
-
-