NoopRemoteInteraction
public class NoopRemoteInteraction implements RemoteInteraction
Noop RemoteInteraction object
Summary
Public constructors |
|---|
Public methods |
|
|---|---|
Callable<Void> |
createRemoteCheckCallable(Creates a callable to run Espresso check interaction on remote processes |
Callable<Void> |
createRemotePerformCallable(Creates a callable to run Espresso perform interaction on remote processes |
boolean |
Returns |
Inherited Constants |
||
|---|---|---|
|
Inherited methods |
||
|---|---|---|
|
Public constructors
Public methods
createRemoteCheckCallable
public Callable<Void> createRemoteCheckCallable(
Matcher<Root> rootMatcher,
Matcher<View> viewMatcher,
Map<String, IBinder> iBinders,
ViewAssertion viewAssertion
)
Creates a callable to run Espresso check interaction on remote processes
createRemotePerformCallable
public Callable<Void> createRemotePerformCallable(
Matcher<Root> rootMatcher,
Matcher<View> viewMatcher,
Map<String, IBinder> iBinders,
ViewAction[] viewActions
)
Creates a callable to run Espresso perform interaction on remote processes
isRemoteProcess
public boolean isRemoteProcess()
Returns true if the current Espresso instance running in a remote process.