Skip to content

Instantly share code, notes, and snippets.

@indrekots
Created December 24, 2013 17:12
Show Gist options
  • Save indrekots/8115825 to your computer and use it in GitHub Desktop.
Save indrekots/8115825 to your computer and use it in GitHub Desktop.
Creating a mock class with Mockito
UserDao userDao = Mockito.mock(UserDao.class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment