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