hernandazevedo / compose-unit-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Kotlin 100.0%