Uses of Class
com.trivago.cluecumber.engine.json.pojo.ResultMatch
-
Packages that use ResultMatch Package Description com.trivago.cluecumber.engine.json.pojo -
-
Uses of ResultMatch in com.trivago.cluecumber.engine.json.pojo
Subclasses of ResultMatch in com.trivago.cluecumber.engine.json.pojo Modifier and Type Class Description classStepA Cucumber step.Methods in com.trivago.cluecumber.engine.json.pojo that return types with arguments of type ResultMatch Modifier and Type Method Description List<ResultMatch>Element. getAfter()Get the scenario's after hooks.List<ResultMatch>Step. getAfter()Get the after hooks.List<ResultMatch>Element. getAllResultMatches()Get all results from all background steps, steps and after hooks.List<ResultMatch>Element. getBefore()Get the before hooks.List<ResultMatch>Step. getBefore()Get the before hooks.Method parameters in com.trivago.cluecumber.engine.json.pojo with type arguments of type ResultMatch Modifier and Type Method Description voidElement. setAfter(List<ResultMatch> after)Set the scenario after hooksvoidStep. setAfter(List<ResultMatch> after)Set the after hooks.voidElement. setBefore(List<ResultMatch> before)Add before hooks.voidStep. setBefore(List<ResultMatch> before)Set the before hooks.
-