espresso-samples
espresso-samples copied to clipboard
I'm attempting to run your two test examples **testItemClick()** and **testFollowButtonClick()** individually by right-clicking the methods and selecting _Run methodName test_, however Android Studio does not get past the _Instantiating...
atPosition method inside the RecyclerViewMatcher method should be static cause otherwise we can't reference it inside onView of test method
It would be nice to use tools from your examples as a gradle dependency: `androidTestCompile 'com.github.dannyroa:espresso-samples:0.1'` This can help: https://jitpack.io/#dannyroa/espresso-samples