We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In android we can use https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-test/kotlinx.coroutines.test/-test-coroutine-dispatcher/ with https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-test/kotlinx.coroutines.test/kotlinx.coroutines.-dispatchers/set-main.html for unit tests of ViewModel, but on ios it not available, so we should provide own way to set test dispatcher
The text was updated successfully, but these errors were encountered:
#113 change viewModelScope ability and test sample for LoginViewModel
9bac53d
Merge branch '#114-abi-validator' into #113-viewmodelscope-tests
1d90bdc
#113 add mvvm-internal api dump
3fdba69
#113 add new public api in dump
2508c45
#113 TestObserver instead AssertObserver
88d5275
Merge pull request #116 from icerockdev/#113-viewmodelscope-tests
a7f5b30
#113 viewmodelscope tests
Alex009
Successfully merging a pull request may close this issue.
In android we can use
https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-test/kotlinx.coroutines.test/-test-coroutine-dispatcher/
with
https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-test/kotlinx.coroutines.test/kotlinx.coroutines.-dispatchers/set-main.html
for unit tests of ViewModel, but on ios it not available, so we should provide own way to set test dispatcher
The text was updated successfully, but these errors were encountered: