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 classStepMethods in com.trivago.cluecumber.engine.json.pojo that return types with arguments of type ResultMatch Modifier and Type Method Description List<ResultMatch>Element. getAfter()List<ResultMatch>Step. getAfter()List<ResultMatch>Element. getAllResultMatches()List<ResultMatch>Element. getBefore()List<ResultMatch>Step. getBefore()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)voidStep. setAfter(List<ResultMatch> after)voidElement. setBefore(List<ResultMatch> before)voidStep. setBefore(List<ResultMatch> before)
-