Skip to content

Instantly share code, notes, and snippets.

@vyo
Created June 8, 2017 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vyo/1ba916c49eed2900bcb968e4523a2f65 to your computer and use it in GitHub Desktop.
Save vyo/1ba916c49eed2900bcb968e4523a2f65 to your computer and use it in GitHub Desktop.
@Mock
private EchoService echoService;
// ...
initMocks(this);
when(echoService.reverse(eq("input"))).thenReturn("tupni");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment