4

当我尝试模拟挂起内联函数时,coEvery 似乎挂起。

如果删除内联修饰符,则下面的代码有效

storeApi 中的函数: suspend inline fun getAllStores(): List<Store>

测试代码: coEvery { storeApi.getAllStores() } returns allStores

我想有一种方法来模拟挂起内联函数,而不仅仅是挂起

4

1 回答 1

3

Simple answer - no and not possible.

于 2019-06-25T14:23:20.960 回答