You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am moving some of my tests from Robotium to Espresso, and when trying to use Espresso's onData().inAdapterView() it failed because HorizontalListView is not really an android.widget.AdapterView. Has anyone got HListView working with Espresso?
The text was updated successfully, but these errors were encountered:
I am moving some of my tests from Robotium to Espresso, and when trying to use Espresso's
onData().inAdapterView()
it failed because HorizontalListView is not really anandroid.widget.AdapterView
. Has anyone got HListView working with Espresso?The text was updated successfully, but these errors were encountered: