Uses of Interface
com.google.common.truth.extensions.proto.IterableOfProtosUsingCorrespondence
Packages that use IterableOfProtosUsingCorrespondence
-
Uses of IterableOfProtosUsingCorrespondence in com.google.common.truth.extensions.proto
Subinterfaces of IterableOfProtosUsingCorrespondence in com.google.common.truth.extensions.protoModifier and TypeInterfaceDescriptioninterface
IterableOfProtosFluentAssertion<M extends Message>
Fluent API to perform detailed, customizable comparison of iterables of protocol buffers.Methods in com.google.common.truth.extensions.proto that return IterableOfProtosUsingCorrespondenceModifier and TypeMethodDescriptionIterableOfProtosSubject.displayingDiffsPairedBy
(Function<? super M, ?> keyFunction) Specifies a way to pair up unexpected and missing elements in the message when an assertion fails.IterableOfProtosUsingCorrespondence.displayingDiffsPairedBy
(Function<? super M, ?> keyFunction) Specifies a way to pair up unexpected and missing elements in the message when an assertion fails.