Package dispatch.test
Types
Link copied to clipboard
@ExperimentalCoroutinesApi
Content copied to clipboard
Annotation for specifying a custom CoroutineTestExtension.ScopeFactory while extending a test class or function with CoroutineTestExtension.
Link copied to clipboard
@ExperimentalCoroutinesApi
Content copied to clipboard
JUnit 5 ParameterResolverExtension for injecting and managing a TestProvidedCoroutineScope in a test instance. This creates a new instance of TestProvidedCoroutineScope each time the scope is injected, optionally using a custom ScopeFactory.
Functions
Link copied to clipboard
@ExperimentalCoroutinesApi
Content copied to clipboard
Factory function for creating a CoroutineTestExtension.