A library of utilities commonly used with Espresso.
RecyclerViewUtils
: A collection ofViewAction
s 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 <jun.nama@gmail.com>
Licensed under the
Apache License, Version 2.0.