Created
October 25, 2017 20:43
-
-
Save heitorcolangelo/8fd07a96c8151c069e301f3cac1ac916 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
@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