Skip to content

Instantly share code, notes, and snippets.

@Garyfimo
Last active July 5, 2020 22:44
Show Gist options
  • Save Garyfimo/4cbc4acd7da5472e271f19cb4e2cf9a8 to your computer and use it in GitHub Desktop.
Save Garyfimo/4cbc4acd7da5472e271f19cb4e2cf9a8 to your computer and use it in GitHub Desktop.
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