Uses of Class
com.google.common.truth.extensions.proto.LiteProtoSubject
-
Packages that use LiteProtoSubject Package Description com.google.common.truth.extensions.proto Custom subjects for testing Protocol Buffer instances. -
-
Uses of LiteProtoSubject in com.google.common.truth.extensions.proto
Subclasses of LiteProtoSubject in com.google.common.truth.extensions.proto Modifier and Type Class Description class
ProtoSubject
Truth subject for the full version of Protocol Buffers.Methods in com.google.common.truth.extensions.proto that return LiteProtoSubject Modifier and Type Method Description static LiteProtoSubject
LiteProtoTruth. assertThat(@Nullable MessageLite messageLite)
static LiteProtoSubject
ProtoTruth. assertThat(@Nullable MessageLite messageLite)
Assert on a singleMessageLite
instance.LiteProtoSubject
ProtoSubjectBuilder. that(@Nullable MessageLite messageLite)
Methods in com.google.common.truth.extensions.proto that return types with arguments of type LiteProtoSubject Modifier and Type Method Description static Subject.Factory<LiteProtoSubject,MessageLite>
LiteProtoTruth. liteProtos()
-