d4rken-org/reddit-android-appstore
Auf GitHub ansehenWanted: InstrumentationTests of all sorts
Open
#59 geöffnet am 19. Sept. 2016
enhancementhelp wanted
Repository-Metriken
- Stars
- (377 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
To test:
- Screen interaction (e.g. clicking a list entry opens that apps details page)
- Screen rotation
- Using the navigation drawer to move about
The tools of choice:
- Mockito
- Espresso
Style:
- Instrumentationt tests belong in src/androidTest/...
- Test classes should follow the package structure as the classes they want to test.
- Test classes should have the same name as their test target, just postfixed with "Test".
- Method names
testMethodToTestfor basic behavior andtestMethodToTest_forSpecificCases