Created
August 23, 2020 17:09
-
-
Save Audhil/c3529533c3a14e6d39864e0389f3a4b1 to your computer and use it in GitHub Desktop.
instrumentation tests - Test equivalent for OtherModule.kt
This file contains hidden or 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 | |
@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