Last active
July 5, 2020 22:44
-
-
Save Garyfimo/4cbc4acd7da5472e271f19cb4e2cf9a8 to your computer and use it in GitHub Desktop.
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
import androidx.test.rule.ActivityTestRule | |
import org.junit.Rule | |
import org.junit.jupiter.api.Assertions.* | |
import org.junit.rules.TestName | |
internal class MainActivityTest{ | |
@get:Rule | |
var activityTestRule = ActivityTestRule(MainActivity::class.java) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment