Skip to content

Instantly share code, notes, and snippets.

@donchan922
Last active May 29, 2019 12:26
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 donchan922/72d5ce698f2a1d5e4a8246729beb2136 to your computer and use it in GitHub Desktop.
Save donchan922/72d5ce698f2a1d5e4a8246729beb2136 to your computer and use it in GitHub Desktop.
// モック化されたクラスの動作(メソッドの引数と戻り値)を設定する
when(demoRepository.findById("001")).thenReturn(user)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment