Spying a class with a suspend function with Mockito and Kotlin

后端 未结 0 1466
陌清茗
陌清茗 2020-12-24 03:50

My source code

open class RestaurantListViewModel @Inject constructor(
    private val restaurantApi: RestaurantApi
): ViewModel() {

    private val _listOfR         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题