Skip to content

Instantly share code, notes, and snippets.

@heitorcolangelo
Created October 25, 2017 20:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heitorcolangelo/8fd07a96c8151c069e301f3cac1ac916 to your computer and use it in GitHub Desktop.
Save heitorcolangelo/8fd07a96c8151c069e301f3cac1ac916 to your computer and use it in GitHub Desktop.
@Test fun recyclerView_example() {
recyclerView(R.id.recycler_view) {
sizeIs(10)
atPosition(3) {
displayed {
id(R.id.item_description)
text(R.string.description_text)
text("Item header text")
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment