EspressoRemoteMessage

public interface EspressoRemoteMessage

android.support.test.espresso.remote.EspressoRemoteMessage


Transforms an Espresso remote message from and to a proto message. TODO: Once this API is stable document on how and when these IFs need to be implemented

Summary

Nested classes

interface EspressoRemoteMessage.From<T, M>

Transforms a proto message of type M into a class of type T. 

interface EspressoRemoteMessage.To<M>

Transforms a class implementing this interface to a proto message.