A library of utilities commonly used with Espresso.
RecyclerViewUtils: A collection ofViewActions and hamcrest matchers forRecyclerView.MoreViewMatchers.childAtPosition(): A workaround to Issue 231461) that Espresso Test Recorder outputs incorrect implementation ofchildAtPosition().
Add the following lines to your Gradle dependencies:
androidTestCompile('jp.jun_nama:espresso-commons:0.1.1') {
exclude group: 'com.android.support'
}Copyright 2017 TOYAMA Sumio <[email protected]>
Licensed under the
Apache License, Version 2.0.