Home
last modified time | relevance | path

Searched defs:TextViewHasTextMatcher (Results 1 – 1 of 1) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/matchers/
DTextViewHasTextMatcher.java9 public class TextViewHasTextMatcher<T extends TextView> extends TypeSafeMatcher<T> { class
13 public TextViewHasTextMatcher(String expected) { in TextViewHasTextMatcher() method in TextViewHasTextMatcher