Skip to content

9. Unit Tests

Gabriel Brasileiro edited this page Jun 13, 2020 · 2 revisions

You can see how implements your tests with this three examples in sample project.

The examples were made with Mockito Kotlin.

ViewModel Tests:

BaseViewModel Tests

EventViewModel Tests

StateViewModel Tests

Reducer Tests:

BaseViewModel Reducer Tests

StateViewModel Reducer Tests

Clone this wiki locally