Skip to content

Instantly share code, notes, and snippets.

@johanhaleby
Last active June 12, 2019 23:52
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/31d272d7c7062a1604abbb2ac3ac0396 to your computer and use it in GitHub Desktop.
Save johanhaleby/31d272d7c7062a1604abbb2ac3ac0396 to your computer and use it in GitHub Desktop.
when().
get(getDriverListFor2016).
then().
root("findAll{Drivers->Drivers.permanentNumber >= '%s' && Drivers.permanentNumber <= '%s' }.permanentNumber").
body(withArgs(lowerLimit, upperLimit), hasItem(inCollection)).
body(withArgs(lowerLimit, upperLimit), not(hasItem(notInCollection)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment