Example of kotlin 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.

See this presentation I've made about it with some good practices on testing

Presentation

Running the tests

./gradlew testDebugUnitTest runs the unit tests