| java.lang.Object | |
| ↳ | androidx.test.espresso.remote.InteractionRequest |
Encapsulates an ERROR(/InteractionRequestProto) request. Takes care of all the proto packing and
unpacking.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| InteractionRequest.Builder | Creates an instance of InteractionRequest from a View matcher and action. |
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the
ERROR(/Matcher associated with this InteractionRequest or null if no ERROR(/Matcher was set. | |||||||||||
Returns the
ViewAssertion associated with this InteractionRequest or null if no ViewAssertion was set. | |||||||||||
Returns the
ERROR(/Matcher associated with this InteractionRequest or null if no view matcher was set. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
|
| |||||||||||
Returns the ERROR(/Matcher associated with this InteractionRequest or null if no ERROR(/Matcher was set.
| Returns | |
|---|---|
Matcher<Root> |
|
Returns the ViewAction associated with this InteractionRequest or null
if no ViewAction was set.
| Returns | |
|---|---|
ViewAction |
|
Returns the ViewAssertion associated with this InteractionRequest or null if no ViewAssertion was set.
| Returns | |
|---|---|
ViewAssertion |
|
Returns the ERROR(/Matcher associated with this InteractionRequest or null if no view matcher was set.
| Returns | |
|---|---|
Matcher<View> |
|
| Returns | |
|---|---|
MessageLite |
|