fresh digitable

めんどくさかったなってことを振り返ったり振り返らなかったりするための記録

2016-06-18から1日間の記事一覧

Custom ViewがRecyclerViewの何番目にあるかをEspressoでさがす

この記事はEspresso 2.2.2時点のもの。 ポイントは次の二つ。 Espresso.onView()にcustom viewのクラスを探すcustom matcherを渡す BoundedMatcherの型引数にcustom viewのクラスを渡してやると便利 TreeIterables.breadthFirstViewTraversal(View)でcustom …