Package | Description |
---|---|
com.google.common.truth.extensions.proto |
Custom subjects for testing Protocol
Buffer instances.
|
Modifier and Type | Class and Description |
---|---|
class |
SetMultimapWithProtoValuesSubject<S extends SetMultimapWithProtoValuesSubject<S,K,M,C>,K,M extends com.google.protobuf.Message,C extends SetMultimap<K,M>>
Type-specific extension of
MultimapWithProtoValuesSubject , used to detect bad usages of
isEqualTo(com.google.common.collect.ListMultimap<?, ?>) . |
Modifier and Type | Class and Description |
---|---|
static class |
SetMultimapWithProtoValuesSubject.SetMultimapWithMessageValuesSubject<K,M extends com.google.protobuf.Message>
Default implementation of
SetMultimapWithProtoValuesSubject . |
Modifier and Type | Method and Description |
---|---|
static <K,M extends com.google.protobuf.Message> |
ProtoTruth.assertThat(SetMultimap<K,M> setMultimap)
Assert on a
Multimap with Message values. |
<K,M extends com.google.protobuf.Message> |
ProtoSubjectBuilder.that(SetMultimap<K,M> map) |
Copyright © 2018. All rights reserved.