3
我使用espresso作爲我的UI
自動化測試。我想爲ExpandableListView
創建一個matcher
,因爲它有時會出現在屏幕上,並且它不是很好的做法,因此在視圖上調用onView(withText("something"))
時,該視圖會綁定adapter
。有人可以告訴我如何爲ExpandableListView
創建matcher
?使用ExpandableListView進行濃縮咖啡測試
[訪問的孩子可能的複製在自定義可擴展列表使用android espresso](http://stackoverflow.com/questions/27220612/accessing-children-in-custom-expandablelist-using-android-espresso) – piotrek1543