Skip to content

Instantly share code, notes, and snippets.

@Pacane
Created February 19, 2016 21:31
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 Pacane/c205b812b4d4ec0819d4 to your computer and use it in GitHub Desktop.
Save Pacane/c205b812b4d4ec0819d4 to your computer and use it in GitHub Desktop.
public static class Module extends JukitoModule {
@Override
protected void configureTest() {
forceMock(MyConcreteImpl.class);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment