Skip to content

Instantly share code, notes, and snippets.

@florent37
Created November 2, 2017 10:30
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 florent37/c408018600e8072f65ef588a2d34fc5f to your computer and use it in GitHub Desktop.
Save florent37/c408018600e8072f65ef588a2d34fc5f to your computer and use it in GitHub Desktop.
User use = molki(User.class)
.given(user -> user.getName()).willReturn(3)
.given(user -> user.getFirstName()).willReturn(4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment