Uses of Class
com.google.common.truth.extensions.proto.ProtoSubject
-
Packages that use ProtoSubject Package Description com.google.common.truth.extensions.proto Custom subjects for testing Protocol Buffer instances. -
-
Uses of ProtoSubject in com.google.common.truth.extensions.proto
Methods in com.google.common.truth.extensions.proto that return ProtoSubject Modifier and Type Method Description static ProtoSubject
ProtoTruth. assertThat(@Nullable Message message)
Assert on a singleMessage
instance.ProtoSubject
ProtoSubjectBuilder. that(@Nullable Message message)
-