Uses of Class
com.trivago.cluecumber.engine.json.pojo.Row
-
Packages that use Row Package Description com.trivago.cluecumber.engine.json.pojo -
-
Uses of Row in com.trivago.cluecumber.engine.json.pojo
Methods in com.trivago.cluecumber.engine.json.pojo that return types with arguments of type Row Modifier and Type Method Description List<Row>Step. getRows()Get the data table rows.Method parameters in com.trivago.cluecumber.engine.json.pojo with type arguments of type Row Modifier and Type Method Description voidStep. setRows(List<Row> rows)Set the data table rows.
-