NoopRemoteInteraction
class NoopRemoteInteraction : RemoteInteraction
Noop RemoteInteraction object
Summary
Public constructors |
|---|
Public functions |
|
|---|---|
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 functions |
||
|---|---|---|
|
Public constructors
Public functions
createRemoteCheckCallable
fun createRemoteCheckCallable(
rootMatcher: Matcher<Root!>!,
viewMatcher: Matcher<View!>!,
iBinders: (Mutable)Map<String!, IBinder!>!,
viewAssertion: ViewAssertion!
): Callable<Void!>!
Creates a callable to run Espresso check interaction on remote processes
createRemotePerformCallable
fun createRemotePerformCallable(
rootMatcher: Matcher<Root!>!,
viewMatcher: Matcher<View!>!,
iBinders: (Mutable)Map<String!, IBinder!>!,
viewActions: Array<ViewAction!>!
): Callable<Void!>!
Creates a callable to run Espresso perform interaction on remote processes
isRemoteProcess
fun isRemoteProcess(): Boolean
Returns true if the current Espresso instance running in a remote process.