| Package | Description | 
|---|---|
| com.google.common.truth.extensions.proto | 
 Custom subjects for testing Protocol
 Buffer instances. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IterableOfProtosSubject<S extends IterableOfProtosSubject<S,M,C>,M extends com.google.protobuf.Message,C extends Iterable<M>>
Truth subject for the iterables of protocol buffers. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
IterableOfProtosSubject.IterableOfMessagesSubject<M extends com.google.protobuf.Message>
Default implementation of  
IterableOfProtosSubject. | 
| Modifier and Type | Method and Description | 
|---|---|
static <M extends com.google.protobuf.Message> | 
ProtoTruth.assertThat(Iterable<M> messages)
Assert on a sequence of  
Messages. | 
<M extends com.google.protobuf.Message> | 
ProtoTruthDelegatedVerb.that(Iterable<M> messages)  | 
IterableOfProtosSubject<?,M,Iterable<M>> | 
MultimapWithProtoValuesSubject.valuesForKey(Object key)
Returns a context-aware  
Subject for making assertions about the values for the given
 key within the Multimap. | 
Copyright © 2017. All rights reserved.