Uses of Class
com.google.common.truth.extensions.proto.ProtoSubjectBuilder
-
Packages that use ProtoSubjectBuilder Package Description com.google.common.truth.extensions.proto Custom subjects for testing Protocol Buffer instances. -
-
Uses of ProtoSubjectBuilder in com.google.common.truth.extensions.proto
Methods in com.google.common.truth.extensions.proto that return types with arguments of type ProtoSubjectBuilder Modifier and Type Method Description static CustomSubjectBuilder.Factory<ProtoSubjectBuilder>
ProtoTruth. protos()
Returns aCustomSubjectBuilder.Factory
, akin to aSubject.Factory
, which can be used to assert on multiple types of Protos and collections containing them.
-