Skip to content

Instantly share code, notes, and snippets.

@johanhaleby
Last active June 12, 2019 23:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johanhaleby/4006723df703272b05208974d030c7b1 to your computer and use it in GitHub Desktop.
Save johanhaleby/4006723df703272b05208974d030c7b1 to your computer and use it in GitHub Desktop.
when().
get(getDriverListFor2016).
then().
body("findAll{Drivers->Drivers.permanentNumber >= '%s' && Drivers.permanentNumber <= '%s' }.permanentNumber",
withArgs(lowerLimit, upperLimit), allOf(hasItem(inCollection), not(hasItem(notInCollection))));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment