kaushikgopal/movies-usf-android
feat: add a single ui instrumentation test
Open
#2 opened on Sep 24, 2018
help wanted
Repository metrics
- Stars
- (229 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
The view state tests are the more interesting ones imho, but for this to be fully "complete", we'd definitely need UI instrumentation tests to make sure:
- the output "view state" is being bound properly to our Android Views
- the android views are generating the correct input "events"
A single espresso tests should suffice for that.