Created
February 24, 2018 14:33
-
-
Save AkshayChordiya/ff91da96708dfd22de408619c9d87484 to your computer and use it in GitHub Desktop.
Android Architecture Guidelines Testing
This file contains 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
Component | Test | Mock | |
---|---|---|---|
UI | Espresso | ViewModel | |
ViewModel | JUnit | Repository | |
Repository | JUnit | DAO and WebService | |
DAO | Instrumented | - | |
WebService | Instrumented | MockWebServer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment