IdlingResource Espresso with RxJava

后端 未结 3 1298
没有蜡笔的小新
没有蜡笔的小新 2021-02-04 09:21

I recently converted my application from using async tasks to rxjava. Now, my espresso tests no longer wait for my data calls to complete due to espresso not having an idling r

3条回答
  •  失恋的感觉
    2021-02-04 10:09

    I am currently using this implementation. Its easier and works very well for me so far: https://github.com/rosshambrick/RxEspresso

提交回复
热议问题