Package io.cucumber.messages.types
Class StepMatchArgumentsList
- java.lang.Object
-
- io.cucumber.messages.types.StepMatchArgumentsList
-
public class StepMatchArgumentsList extends Object
-
-
Constructor Summary
Constructors Constructor Description StepMatchArgumentsList()No args constructor for use in serializationStepMatchArgumentsList(List<StepMatchArgument> stepMatchArguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)List<StepMatchArgument>getStepMatchArguments()(Required)inthashCode()voidsetStepMatchArguments(List<StepMatchArgument> stepMatchArguments)(Required)StringtoString()
-
-
-
Constructor Detail
-
StepMatchArgumentsList
public StepMatchArgumentsList()
No args constructor for use in serialization
-
StepMatchArgumentsList
public StepMatchArgumentsList(List<StepMatchArgument> stepMatchArguments)
- Parameters:
stepMatchArguments-
-
-
Method Detail
-
getStepMatchArguments
public List<StepMatchArgument> getStepMatchArguments()
(Required)
-
setStepMatchArguments
public void setStepMatchArguments(List<StepMatchArgument> stepMatchArguments)
(Required)
-
-