| java.lang.Object | |
| ↳ | androidx.test.espresso.remote.NoopRemoteInteraction |
Noop RemoteInteraction object
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a callable to run Espresso check interaction on remote processes
The caller is expected to schedule the task to run. | |||||||||||
Creates a callable to run a perform interaction on remote processes.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
|
| |||||||||||
Creates a callable to run Espresso check interaction on remote processes
The caller is expected to schedule the task to run.
| Parameters | |
|---|---|
rootMatcher |
Matcher: the root matcher to use. |
viewMatcher |
Matcher: the view matcher to use. |
iBinders |
Map: a list of binders to pass along to the remote process instance |
viewAssertion |
ViewAssertion: the assertion to check. |
| Returns | |
|---|---|
Callable<Void> |
a Callable that will perform the check pending completion of the task.
|
Creates a callable to run a perform interaction on remote processes.
If there no remote Espresso currently running in a timely manner the interaction will not be
executed and a NoRemoteEspressoInstanceException will be thrown.
| Parameters | |
|---|---|
rootMatcher |
Matcher: the root matcher to use. |
viewMatcher |
Matcher: the view matcher to use. |
iBinders |
Map: a list of binders to pass along to the remote process instance |
viewActions |
ViewAction: one or more actions to execute. |
| Returns | |
|---|---|
Callable<Void> |
a Callable that performs the action.
|
| Returns | |
|---|---|
boolean |
|