Skip to content

Instantly share code, notes, and snippets.

@prokash-sarkar
Last active February 9, 2021 12:06
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 prokash-sarkar/663770097996c529e7c4306ae271f947 to your computer and use it in GitHub Desktop.
Save prokash-sarkar/663770097996c529e7c4306ae271f947 to your computer and use it in GitHub Desktop.
@Module
class TestAppModule {
@Singleton
@Provides
fun provideTasksRemoteDataSource(
apiService: ApiService
): DataSource {
return mockk()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment