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 static interface
EspressoRemoteMessage.From
androidx.test.espresso.remote.EspressoRemoteMessage.From<T, M>
Class Overview
Transforms a proto message of type M into a class of type T. M should either extend
Summary
Public Methods
abstract T
fromProto
(M message)
Public Methods
public abstract T
fromProto
(M message)
Parameters
message
M
Returns
T