Package io.cucumber.messages.types
Class StepMatchArgumentsList
- java.lang.Object
-
- io.cucumber.messages.types.StepMatchArgumentsList
-
public final class StepMatchArgumentsList extends Object
Represents the StepMatchArgumentsList message in Cucumber's message protocol- See Also:
- Github - Cucumber - Messages
-
-
Constructor Summary
Constructors Constructor Description StepMatchArgumentsList(List<StepMatchArgument> stepMatchArguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<StepMatchArgument>getStepMatchArguments()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
StepMatchArgumentsList
public StepMatchArgumentsList(List<StepMatchArgument> stepMatchArguments)
-
-
Method Detail
-
getStepMatchArguments
public List<StepMatchArgument> getStepMatchArguments()
-
-