Issue#12 Finish ViewModel instruction set
This commit is contained in:
parent
89c741a6bb
commit
d339592390
7 changed files with 472 additions and 243 deletions
|
|
@ -145,7 +145,7 @@ The networking instruction set will show you how to test network request with mo
|
|||
It will also show you that you can write tests not only for one class mocking all the dependencies, but a component.
|
||||
|
||||
#### App ViewModel Unit Tests
|
||||
Open the [app viewModel unit tests instruction set](./codekata/viewmodel.instructionset).
|
||||
Open the [app viewModel unit tests instruction set](./codekata/viewmodel.instructionset.md).
|
||||
|
||||
This section we will see how to replace the dispatcher to testDispatcher to control the ViewModel's coroutines.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue