Skip to content

Instantly share code, notes, and snippets.

@kaliatech
Created April 2, 2016 13:49
Show Gist options
  • Save kaliatech/f11c68d08fdf8159ba58cb08970cff99 to your computer and use it in GitHub Desktop.
Save kaliatech/f11c68d08fdf8159ba58cb08970cff99 to your computer and use it in GitHub Desktop.
// Stub and Mock with assert and computed return
1 * srvc.myRepo.save({ it.machineTxt == "Test machine txt." }) >> { args ->
assert args[0].machineTxt == "Test machine txt."
return args[0]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment