Package io.cucumber.messages.types
Class StepMatchArgument
- java.lang.Object
-
- io.cucumber.messages.types.StepMatchArgument
-
public final class StepMatchArgument extends Object
-
-
Constructor Summary
Constructors Constructor Description StepMatchArgument(Group group, String parameterTypeName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)GroupgetGroup()Optional<String>getParameterTypeName()inthashCode()StringtoString()
-
-
-
Method Detail
-
getGroup
public Group getGroup()
-
-