Searched defs:expectedResourceId (Results 1 – 3 of 3) sorted by relevance
12 private int expectedResourceId; field in HasResourceMatcher15 public HasResourceMatcher(int expectedResourceId) { in HasResourceMatcher()42 public static Matcher<ImageView> hasResource(int expectedResourceId) { in hasResource()
13 private int expectedResourceId; field in ImageViewHasDrawableMatcher16 public ImageViewHasDrawableMatcher(int expectedResourceId) { in ImageViewHasDrawableMatcher()46 public static <T extends ImageView> Matcher<T> hasDrawable(int expectedResourceId) { in hasDrawable()
13 private int expectedResourceId; field in ViewHasTextMatcher21 public ViewHasTextMatcher(int expectedResourceId) { in ViewHasTextMatcher()