{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
class InteractionRequest : EspressoRemoteMessage.To
Encapsulates an InteractionRequestProto request. Takes care of all the proto packing and unpacking.
Nested types |
|
|---|---|
InteractionRequest.Builder |
Creates an instance of |
Public constructors |
|
|---|---|
Public functions |
|
|---|---|
Matcher<Root>! |
Returns the < associated with this |
ViewAction! |
Returns the |
ViewAssertion! |
Returns the |
Matcher<View>! |
Returns the < associated with this |
MessageLite! |
toProto() |
fun getRootMatcher(): Matcher<Root>!
Returns the < associated with this InteractionRequest or
null if no < was set.
fun getViewAction(): ViewAction!
Returns the ViewAction associated with this InteractionRequest or null if no ViewAction was set.
fun getViewAssertion(): ViewAssertion!
Returns the ViewAssertion associated with this InteractionRequest or
null if no ViewAssertion was set.
fun getViewMatcher(): Matcher<View>!
Returns the < associated with this InteractionRequest or
null if no view matcher was set.