I use Espresso 2.0 library to test an Android project, and I need to use method onData
, but I have custom ProductsAdapter, so I must implement AdapterViewProtocol (android.support.test.espresso.action.AdapterViewProtocol
),
I need to find a working example implementing AdapterViewProtocol for onData
method.
I have only found this: https://gist.github.com/brennantaylor/9379399. But I want small and working project. Help me, please.