Package io.cucumber.cucumberexpressions
Class CucumberExpressionGenerator
- java.lang.Object
-
- io.cucumber.cucumberexpressions.CucumberExpressionGenerator
-
@API(status=STABLE) public final class CucumberExpressionGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description CucumberExpressionGenerator(ParameterTypeRegistry parameterTypeRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description GeneratedExpressiongenerateExpression(String text)Deprecated.List<GeneratedExpression>generateExpressions(String text)
-
-
-
Constructor Detail
-
CucumberExpressionGenerator
public CucumberExpressionGenerator(ParameterTypeRegistry parameterTypeRegistry)
-
-
Method Detail
-
generateExpressions
public List<GeneratedExpression> generateExpressions(String text)
-
generateExpression
@Deprecated public GeneratedExpression generateExpression(String text)
Deprecated.- Parameters:
text- the text (step) to generate an expression for- Returns:
- the first of the generated expressions
-
-