Package | Description |
---|---|
com.google.common.truth.extensions.proto |
Custom subjects for testing Protocol
Buffer instances.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IterableOfProtosFluentAssertion<M extends com.google.protobuf.Message>
Fluent API to perform detailed, customizable comparison of iterables of protocol buffers.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.