Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Team Tools

Ugo Damiano edited this page Oct 22, 2018 · 4 revisions

Add here what you may find helpful for the others :

  • If the user doesn't exist in the database the app may crash. Check that you added it if the app crashes.
  • To avoid running into races between activity launch and database filling, use ActivityTestRule constructor with two more attributes and set to false, false. Then in the the test user use launchActivity to start the activity.
  • When declaring a private method make it private static it allows compiler optimizations.
Clone this wiki locally