Searched defs:TextViewHasTextMatcher (Results 1 – 1 of 1) sorted by relevance
9 public class TextViewHasTextMatcher<T extends TextView> extends TypeSafeMatcher<T> { class13 public TextViewHasTextMatcher(String expected) { in TextViewHasTextMatcher() method in TextViewHasTextMatcher