| java.lang.Object | |||
| ↳ | org.hamcrest.BaseMatcher<T> | ||
| ↳ | android.support.test.espresso.matcher.BoundedMatcher<T, S extends T> | ||
| ↳ | android.support.test.espresso.matcher.CursorMatchers.CursorMatcher | ||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
          Allows test authors to override whether the the matcher should throw an
  IllegalArgumentExceptionif the column name/count is not valid. | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  android.support.test.espresso.matcher.BoundedMatcher | |||||||||||
|  From class
  org.hamcrest.BaseMatcher | |||||||||||
|  From class
  java.lang.Object | |||||||||||
|  From interface
  org.hamcrest.Matcher | |||||||||||
|  From interface
  org.hamcrest.SelfDescribing | |||||||||||
Allows test authors to override whether the the matcher should throw an
 IllegalArgumentException if the column name/count is not valid. This is useful in the
 case where a cursor may iterates over a data set with variable columns. By default, the
 checks are on.