In this example we can see some of techniques to test your app, using a testable architecture, mocking, and overall steps to create a good test.
./gradlew testDebugUnitTest
runs the unit tests
In this example we can see some of techniques to test your app, using a testable architecture, mocking, and overall steps to create a good test.
./gradlew testDebugUnitTest
runs the unit tests