Rearrange and indent the code below in a way that makes sense.
Note that the ID resource names are representative of View type they reference.
Rearrange and indent the code below in a way that makes sense.
.perform(typeText("Hyperskill"))
}
onView(withId(R.id.edittext))
fun test() {
.perform(click())
onView(withId(R.id.button))
onView(withId(R.id.textview))
@Test
.check(matches(withText("Hyperskill")))
Create a free account to access the full topic