📌 定位
kotlinx.coroutines 官方测试模块 - 提供 runTest / TestDispatcher / TestScope,简化 suspend / Flow 测试。
kotlinx.coroutines 官方测试模块 - 提供 runTest / TestDispatcher / TestScope,简化 suspend / Flow 测试。
org.jetbrains.kotlinx:kotlinx-coroutines-testtestImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1")@Test fun foo() = runTest { ... }实线 → composed_of(代码层组合);虚线 → runtime_dependency(运行时/编排依赖)。详细层级请展开 依赖树。
暂无版本记录(用 arch version create kotlinx-coroutines-test --version 1.0.0 --intent major --changelog "..." --breaking-changes "..." 登记)
暂无反馈(用 arch feedback create 或 GitHub Action 登记)
暂无需求(登记新需求 →)
暂无核心思想引用本组件