Skip to content

Instantly share code, notes, and snippets.

@Audhil
Created August 23, 2020 17:09
Show Gist options
  • Save Audhil/c3529533c3a14e6d39864e0389f3a4b1 to your computer and use it in GitHub Desktop.
Save Audhil/c3529533c3a14e6d39864e0389f3a4b1 to your computer and use it in GitHub Desktop.
instrumentation tests - Test equivalent for OtherModule.kt
@Module
@InstallIn(ActivityComponent::class)
class TestOtherModule {
@Provides
fun giveFeedListAdapter(): FeedListAdapter = FeedListAdapter()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment