okhttp-idling-resource icon indicating copy to clipboard operation
okhttp-idling-resource copied to clipboard

An Espresso IdlingResource for OkHttp.

Results 4 okhttp-idling-resource issues
Sort by recently updated
recently updated
newest added

Hi I ran the following plugin and it reports that this library requires jetifier and doesn't support Android X. Will you be releasing an Android X version soon. https://github.com/plnice/can-i-drop-jetifier/tree/master/canidropjetifier/src/main/kotlin/com.github.plnice/canidropjetifier

I have a situation and I'm not sure if it's a bug or if I'm doing something wrong. The project I'm working on has a fairly long series of tests,...

I am using Retrofit to pull data from the web and then display in a `RecyclerView`. Also, I am testing clicks and views of the RecyclerView. My Espresso test is...