TestProvidedCoroutineScope
@ExperimentalCoroutinesApi
Content copied to clipboard
A polymorphic testing CoroutineScope interface.
This single interface implements: TestCoroutineScopeIOCoroutineScopeMainImmediateCoroutineScope
This means that it can be injected into any class or function regardless of what type of CoroutineScope
is required.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Properties
Link copied to clipboard
single DispatcherProvider promise for the TestProvidedCoroutineScope
Extensions
Link copied to clipboard
@ExperimentalCoroutinesApi
Content copied to clipboard
Delegates to runBlockingTest, but injects a DispatcherProvider into the created TestCoroutineScope.