ablake / kotlin-news-for-android

A simple Android app for browsing Kotlin news, meant to demonstrate architectural principles and implement core functionality applicable to most apps.
Apache License 2.0
0 stars 0 forks source link

UI test example #11

Open ablake opened 4 years ago

ablake commented 4 years ago

Create a basic UI test that can serve as an example when creating future tests. We'll use Espresso to write our UI tests.

This test should display a list of posts using mocked data, click on one, and verify that the view displays the contents of the post correctly.