Searched refs:createTestCoroutineScope (Results 1 – 5 of 5) sorted by relevance
18 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 …]
61 val scope = createTestCoroutineScope(TestCoroutineDispatcher() + SupervisorJob() + context) in runBlockingTest()165 val testScope = TestBodyCoroutine(createTestCoroutineScope(context + RunningInRunTest)) in runBlockingTest()
144 …return createTestCoroutineScope(TestCoroutineDispatcher(scheduler) + TestCoroutineExceptionHandler… in TestCoroutineScope()184 public fun createTestCoroutineScope(context: CoroutineContext = EmptyCoroutineContext): TestCorouti… in createTestCoroutineScope() method
85 …public static final fun createTestCoroutineScope (Lkotlin/coroutines/CoroutineContext;)Lkotlinx/co…86 …public static synthetic fun createTestCoroutineScope$default (Lkotlin/coroutines/CoroutineContext;…
96 ## 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…