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 Details
-
matcher
-
parameterNames
String[] parameterNames() -
pattern
StepPattern pattern()
-