Uses of Class
com.trivago.cluecumber.engine.json.pojo.Argument
-
Packages that use Argument Package Description com.trivago.cluecumber.engine.json.pojo -
-
Uses of Argument in com.trivago.cluecumber.engine.json.pojo
Methods in com.trivago.cluecumber.engine.json.pojo that return types with arguments of type Argument Modifier and Type Method Description List<Argument>Match. getArguments()Get the list of arguments of the step method.List<Argument>ResultMatch. getArguments()Get the arguments of the glue method.Method parameters in com.trivago.cluecumber.engine.json.pojo with type arguments of type Argument Modifier and Type Method Description voidMatch. setArguments(List<Argument> arguments)Set the list of arguments of the step method.
-