Created
September 15, 2021 16:04
-
-
Save DmytroShuba/283ed2150f38c81ded974b4a9422571f to your computer and use it in GitHub Desktop.
How to test Jetpack Compose - Rule
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
class ExampleInstrumentedTest { | |
@get:Rule | |
val composeTestRule = createAndroidTestRule(MainActivity::class.java) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment