Created
August 1, 2017 02:49
-
-
Save oznus/80aeb6eb4479735e531b439747a0822e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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