Uses of Interface
com.google.common.truth.extensions.proto.IterableOfProtosUsingCorrespondence
-
Packages that use IterableOfProtosUsingCorrespondence Package Description com.google.common.truth.extensions.proto Custom subjects for testing Protocol Buffer instances. -
-
Uses of IterableOfProtosUsingCorrespondence in com.google.common.truth.extensions.proto
Subinterfaces of IterableOfProtosUsingCorrespondence in com.google.common.truth.extensions.proto Modifier and Type Interface Description interface
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 IterableOfProtosUsingCorrespondence Modifier and Type Method Description IterableOfProtosUsingCorrespondence<M>
IterableOfProtosSubject. displayingDiffsPairedBy(Function<? super M,?> keyFunction)
Specifies a way to pair up unexpected and missing elements in the message when an assertion fails.IterableOfProtosUsingCorrespondence<M>
IterableOfProtosUsingCorrespondence. displayingDiffsPairedBy(Function<? super M,?> keyFunction)
Specifies a way to pair up unexpected and missing elements in the message when an assertion fails.
-