Package io.cucumber.messages.types
Class StepMatchArgument
- java.lang.Object
-
- io.cucumber.messages.types.StepMatchArgument
-
public class StepMatchArgument extends Object
* Represents a single argument extracted from a step match and passed to a step definition. This is used for the following purposes: - Construct an argument to pass to a step definition (possibly through a parameter type transform) - Highlight the matched parameter in rich formatters such as the HTML formatter This message closely matches the `Argument` class in the `cucumber-expressions` library.
-
-
Constructor Summary
Constructors Constructor Description StepMatchArgument()No args constructor for use in serializationStepMatchArgument(Group group, String parameterTypeName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)GroupgetGroup()(Required)StringgetParameterTypeName()inthashCode()voidsetGroup(Group group)(Required)voidsetParameterTypeName(String parameterTypeName)StringtoString()
-