forked from Karumi/KataSuperHeroesAndroid
-
Notifications
You must be signed in to change notification settings - Fork 7
Extra tasks
David González edited this page Jul 31, 2016
·
1 revision
If you've covered all the application functionality using UI tests try to continue with the following tasks:
- Add a pull to refresh mechanism to
SuperHeroesActivity
and test it. - Modify
SuperHeroDetailActivity
to handle an error case where the name of the super hero used to start this activity does not exist and show a message if this happens. - Modify the project to handle connection errors and show a
SnackBar
to indicate something went wrong. - Modify
SuperHeroesRepository
test double to perform aThread.sleep
and use the custom idling resources you'll find in this repository to get your tests working.