azdbaaaaaa / android-test-kit

Automatically exported from code.google.com/p/android-test-kit
0 stars 0 forks source link

using onData in RecyclerView #156

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the recommended way to use onData in a recyclerView ?
It does not seem to be supported. Are than any plans to include support?

Thanks.

Original issue reported on code.google.com by eng.prud...@gmail.com on 26 May 2015 at 2:19

GoogleCodeExporter commented 9 years ago
Have you tried any of these - 
http://developer.android.com/reference/android/support/test/espresso/contrib/Rec
yclerViewActions.html ?

Original comment by KAM...@gmail.com on 27 May 2015 at 1:34

GoogleCodeExporter commented 9 years ago
RecyclerViewActions only supports performing actions on RecyclerView. 
However it doensn't support check with view assertions the state of a recycler 
view child view.

Original comment by eng.prud...@gmail.com on 27 May 2015 at 9:50