Skip to content

Instantly share code, notes, and snippets.

@FreeFly19
Created January 5, 2018 13:22
Show Gist options
  • Save FreeFly19/991aadf613142ba2878880a2d04af2dd to your computer and use it in GitHub Desktop.
Save FreeFly19/991aadf613142ba2878880a2d04af2dd to your computer and use it in GitHub Desktop.
expect(userService.save(EasyMock.capture(userEntity))).andAnswer(() -> {
userEntity.getValue().setUserId(newTaskId);
return createdTask.getValue();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment