Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Wanted: InstrumentationTests of all sorts #59

Open
d4rken opened this issue Sep 19, 2016 · 0 comments
Open

Wanted: InstrumentationTests of all sorts #59

d4rken opened this issue Sep 19, 2016 · 0 comments

Comments

@d4rken
Copy link
Member

d4rken commented Sep 19, 2016

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 testMethodToTest for basic behavior and testMethodToTest_forSpecificCases
@bobheadxi bobheadxi self-assigned this Jun 23, 2017
@bobheadxi bobheadxi removed their assignment Dec 12, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants