Kotlinx Coroutines Test provides utilities for testing coroutines, including test dispatchers and time control.
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-test</artifactId>
<version>1.10.2</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates using runTest to test a coroutine.
Use kotlinx-coroutines-test version 1.6.0 or later for stable runTest behavior.
No dependency data recorded yet.