valiantwarrior / juggernaut-method-basic

Android App of Juggernat Basic Method base template spreadsheet
1 stars 0 forks source link

#1 - Need to research about runTest, TestScope, etc (kotlinx-coroutines-test related) #1

Open valiantwarrior opened 2 years ago

valiantwarrior commented 2 years ago

Case 1 val testCoroutineScope = TestScope() ... testCoroutineScope.launch { // do something }

Case 2 runTest { // do something }

valiantwarrior commented 2 years ago

Migration to the new kotlinx-coroutines-test API https://github.com/Kotlin/kotlinx.coroutines/blob/master/kotlinx-coroutines-test/MIGRATION.md

valiantwarrior commented 2 years ago

TestScope() https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-test/kotlinx.coroutines.test/-test-scope.html

valiantwarrior commented 2 years ago

TestScope https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-test/kotlinx.coroutines.test/-test-scope/index.html