Package Index
|
Class Index
androidx.test.espresso
androidx.test.espresso.action
androidx.test.espresso.assertion
androidx.test.espresso.base
androidx.test.espresso.matcher
androidx.test.espresso.remote
androidx.test.espresso.util
Interfaces
Bindable
Converter
EspressoRemoteMessage
EspressoRemoteMessage.From
EspressoRemoteMessage.To
RemoteInteraction
Classes
ConstructorInvocation
EspressoRemote
FieldDescriptor
GenericRemoteMessage
InteractionRequest
InteractionRequest.Builder
InteractionResponse
InteractionResponse.Builder
InteractionResponse.RemoteError
NoopRemoteInteraction
ProtoUtils
RemoteDescriptor
RemoteDescriptor.Builder
RemoteDescriptorRegistry
RemoteInteractionRegistry
TypeProtoConverters
Enums
InteractionResponse.Status
Exceptions
NoRemoteEspressoInstanceException
RemoteEspressoException
RemoteProtocolException
Package Index
|
Class Index
public interface
Converter
androidx.test.espresso.remote.Converter<I, O>
Class Overview
Converts input to output.
Summary
Public Methods
abstract O
convert
(I input)
Public Methods
public abstract O
convert
(I input)
Parameters
input
I
Returns
O