public class CucumberExpression extends Object implements Expression
| Constructor and Description |
|---|
CucumberExpression(String expression,
ParameterTypeRegistry parameterTypeRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Pattern |
getRegexp() |
String |
getSource() |
List<Argument<?>> |
match(String text) |
public CucumberExpression(String expression, ParameterTypeRegistry parameterTypeRegistry)
public List<Argument<?>> match(String text)
match in interface Expressionpublic String getSource()
getSource in interface Expressionpublic Pattern getRegexp()
getRegexp in interface ExpressionCopyright © 2018. All rights reserved.