Package | Description |
---|---|
com.google.common.truth.extensions.proto |
Custom subjects for testing Protocol
Buffer instances.
|
Modifier and Type | Class and Description |
---|---|
class |
MultimapWithProtoValuesSubject<S extends MultimapWithProtoValuesSubject<S,K,M,C>,K,M extends com.google.protobuf.Message,C extends Multimap<K,M>>
Truth subject for
Multimap s with protocol buffers for values. |
Modifier and Type | Method and Description |
---|---|
static <K,M extends com.google.protobuf.Message> |
ProtoTruth.assertThat(Multimap<K,M> multimap)
Assert on a
Multimap with Message values. |
<K,M extends com.google.protobuf.Message> |
ProtoSubjectBuilder.that(Multimap<K,M> map) |
Copyright © 2018. All rights reserved.