我想测试一个函数,在其中我使用构建器的作用域。假设我在流生成器中有一个函数,如下所示:fun items(): Flow = callbackFlow { getItems(this) { trySend(it) } ...
確定! 回上一頁