Open
Description
Hi, your MVVM design is very inspiring.
I made a small sample app which utilizes your modules and Kotlin.
Here is the link https://github.com/mishkaowner/MVVMSample
The only issue I came across is that you are missing a unit test example for your sample application.
I already checked all the test files
But I have not found a clear example of a unit test for ViewModel.
val vm = MainViewModel()
vm.edit.set("Hello")
vm.result.toObservable().test().assertValue("You typed Hello")
this is the best test code I made so far...
Please, lead me to the right direction.
Thank you
Metadata
Metadata
Assignees
Labels
No labels