Home
last modified time | relevance | path

Searched refs:createTestCoroutineScope (Results 1 – 5 of 5) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/migration/
DTestCoroutineScopeTest.kt18 createTestCoroutineScope(ctx) in <lambda>()
28 val scope = createTestCoroutineScope() in <lambda>()
34 val scope = createTestCoroutineScope(dispatcher) in <lambda>()
40 val scope = createTestCoroutineScope(scheduler) in <lambda>()
48 val scope = createTestCoroutineScope(scheduler + dispatcher) in <lambda>()
58 val scope = createTestCoroutineScope() in <lambda>()
71 val scope = createTestCoroutineScope(scheduler) in <lambda>()
84 val scope = createTestCoroutineScope() in <lambda>()
98 val scope = createTestCoroutineScope() in <lambda>()
113 val scope = createTestCoroutineScope() in <lambda>()
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/
DTestBuildersDeprecated.kt61 val scope = createTestCoroutineScope(TestCoroutineDispatcher() + SupervisorJob() + context) in runBlockingTest()
165 val testScope = TestBodyCoroutine(createTestCoroutineScope(context + RunningInRunTest)) in runBlockingTest()
DTestCoroutineScope.kt144 …return createTestCoroutineScope(TestCoroutineDispatcher(scheduler) + TestCoroutineExceptionHandler… in TestCoroutineScope()
184 public fun createTestCoroutineScope(context: CoroutineContext = EmptyCoroutineContext): TestCorouti… in createTestCoroutineScope() method
/external/kotlinx.coroutines/kotlinx-coroutines-test/api/
Dkotlinx-coroutines-test.api85 …public static final fun createTestCoroutineScope (Lkotlin/coroutines/CoroutineContext;)Lkotlinx/co…
86 …public static synthetic fun createTestCoroutineScope$default (Lkotlin/coroutines/CoroutineContext;…
/external/kotlinx.coroutines/kotlinx-coroutines-test/
DMIGRATION.md96 ## Auto-replace `TestCoroutineScope` constructor function with `createTestCoroutineScope`
98 … not break anything, as `TestCoroutineScope` is now defined in terms of `createTestCoroutineScope`.
112 …Then, attempt to remove `TestCoroutineDispatcher` from the arguments to `createTestCoroutineScope`,
366 ## Replace `runBlockingTest` with `runBlockingTestOnTestScope`, `createTestCoroutineScope` with `Te…