|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StepPatternParser
Parses a step pattern, as provided in the method annotations, creating a
StepMatcher which will in turn match textual steps conforming to the pattern.
E.g.:
I give $money to $namewill match
I give �10 to Fredand the captured parameters will be "�10" and "Fred".
| Method Summary | |
|---|---|
StepMatcher |
parseStep(StepType stepType,
String stepPattern)
Parses a step pattern to create a step matcher |
| Method Detail |
|---|
StepMatcher parseStep(StepType stepType,
String stepPattern)
stepType - stepPattern - the step pattern
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||