You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.
Ugo Damiano edited this page Oct 21, 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 launchActivity to start the activity.