Searched defs:NthChildMatcher (Results 1 – 1 of 1) sorted by relevance
26 public class NthChildMatcher extends TypeSafeMatcher<View> { class31 public NthChildMatcher(Matcher<View> parentMatcher, int position) { in NthChildMatcher() method in NthChildMatcher