| java.lang.Object | ||
| ↳ | ||
| ↳ | androidx.test.espresso.DataInteraction.DisplayDataMatcher | |
Internal matcher that is required for onData(Matcher).
This matcher is only visible to support proto serialization. Do not use this matcher in any Espresso test code!
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns an instance of
DataInteraction.DisplayDataMatcher. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
| Parameters | |
|---|---|
description |
Description |
Returns an instance of DataInteraction.DisplayDataMatcher.
Note: This is an internal method, do not call from test code!
| Parameters | |
|---|---|
adapterMatcher |
Matcher: matcher that matches an AdapterView |
dataMatcher |
Matcher: the data matcher for matching a View by it's adapter data |
rootMatcher |
Matcher |
atPosition |
EspressoOptional |
adapterViewProtocol |
AdapterViewProtocol: the AdapterViewProtocol used for this data interaction
|
| Returns | |
|---|---|
DataInteraction.DisplayDataMatcher |
|