{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
public final class DataInteraction.DisplayDataMatcher
Internal matcher that is required for Espresso#onData(Matcher).
This matcher is only visible to support proto serialization. Do not use this matcher in any Espresso test code!
Public constructors |
|
|---|---|
Public methods |
|
|---|---|
void |
describeTo(Description description) |
static DataInteraction.DisplayDataMatcher |
displayDataMatcher(Returns an instance of |
boolean |
matchesSafely(View view) |
public static DataInteraction.DisplayDataMatcher displayDataMatcher(
Matcher<View> adapterMatcher,
Matcher<?> dataMatcher,
Matcher<Root> rootMatcher,
EspressoOptional<Integer> atPosition,
AdapterViewProtocol adapterViewProtocol
)
Returns an instance of DisplayDataMatcher.
Note: This is an internal method, do not call from test code!
| Parameters | |
|---|---|
Matcher<View> adapterMatcher |
matcher that matches an AdapterView |
Matcher<?> dataMatcher |
the data matcher for matching a View by it's adapter data |
AdapterViewProtocol adapterViewProtocol |
the |