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
Turns out... we don't have to use PowerMock, just use Android Studio build types and 💥 you have your mocked classes. Scratch that, mocking with build types requires constantly rebuilding project, so I will use PowerMock instead.
Read the doc first → https://developer.android.com/training/testing/index.html
The type of test that I'll be doing is UI test on a device using Espresso.
source
Useful testing tools:
Useful presentations:
The text was updated successfully, but these errors were encountered: