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