Skip to content

Instantly share code, notes, and snippets.

@oznus
Created August 1, 2017 02:49
Show Gist options
  • Save oznus/80aeb6eb4479735e531b439747a0822e to your computer and use it in GitHub Desktop.
Save oznus/80aeb6eb4479735e531b439747a0822e to your computer and use it in GitHub Desktop.
@Module
public class MyAppModuleMock extends MyAppModule {
@Provides
@Singleton
@Override
MyAppNetworkService providesMyAppNetworkService() {
return new MyAppNetworkServiceMock();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment