How to use AdapterViewProtocol in espresso?

I use the Espresso 2.0 library to test the Android project, and I need to use the onData method, but I have custom ProductsAdapter, so I have to implement AdapterViewProtocol ( android.support.test.espresso.action.AdapterViewProtocol ),

I need to find a working example that implements AdapterViewProtocol for the onData method.

I just found this: https://gist.github.com/brennantaylor/9379399 . But I want a small and working project. Help me please.

+1
source share

Source: https://habr.com/ru/post/957085/


All Articles