@CheckReturnValue @ParametersAreNonnullByDefault
See: Description
| Interface | Description | 
|---|---|
| IterableOfProtosFluentAssertion<M extends com.google.protobuf.Message> | 
 Fluent API to perform detailed, customizable comparison of iterables of protocol buffers. 
 | 
| MapWithProtoValuesFluentAssertion<M extends com.google.protobuf.Message> | 
 Fluent API to perform detailed, customizable comparison of maps containing protocol buffers as
 values. 
 | 
| MultimapWithProtoValuesFluentAssertion<M extends com.google.protobuf.Message> | 
 Fluent API to perform detailed, customizable comparison of  
Multimaps containing protocol
 buffers as values. | 
| ProtoFluentAssertion | 
 Fluent API to perform detailed, customizable comparison of Protocol buffers. 
 | 
| Class | Description | 
|---|---|
| FieldScope | 
 An immutable, abstract representation of a set of specific field paths. 
 | 
| FieldScopes | 
 Factory class for  
FieldScope instances. | 
| 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. 
 | 
| IterableOfProtosSubject.IterableOfMessagesSubject<M extends com.google.protobuf.Message> | 
 Default implementation of  
IterableOfProtosSubject. | 
| 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
 ListMultimapWithProtoValuesSubject.isEqualTo(com.google.common.collect.SetMultimap<?, ?>). | 
| ListMultimapWithProtoValuesSubject.ListMultimapWithMessageValuesSubject<K,M extends com.google.protobuf.Message> | 
 Default implementation of  
ListMultimapWithProtoValuesSubject. | 
| LiteProtoSubject<S extends LiteProtoSubject<S,M>,M extends com.google.protobuf.MessageLite> | 
 Truth subjects for the Lite version of Protocol Buffers. 
 | 
| LiteProtoSubject.Factory<S extends LiteProtoSubject<S,M>,M extends com.google.protobuf.MessageLite> | 
 Typed extension of  
SubjectFactory. | 
| LiteProtoTruth | 
 A set of static methods to begin a Truth assertion chain for the lite version of protocol
 buffers. 
 | 
| MapWithProtoValuesSubject<S extends MapWithProtoValuesSubject<S,K,M,C>,K,M extends com.google.protobuf.Message,C extends Map<K,M>> | 
 Truth subject for maps with protocol buffers for values. 
 | 
| MapWithProtoValuesSubject.MapWithMessageValuesSubject<K,M extends com.google.protobuf.Message> | 
 Default implementation of  
MapWithProtoValuesSubject. | 
| MultimapWithProtoValuesSubject<S extends MultimapWithProtoValuesSubject<S,K,M,C>,K,M extends com.google.protobuf.Message,C extends com.google.common.collect.Multimap<K,M>> | 
 Truth subject for  
Multimaps with protocol buffers for values. | 
| MultimapWithProtoValuesSubject.MultimapWithMessageValuesSubject<K,M extends com.google.protobuf.Message> | 
 Default implementation of  
MultimapWithProtoValuesSubject. | 
| ProtoSubject<S extends ProtoSubject<S,M>,M extends com.google.protobuf.Message> | 
 Truth subject for the full version of Protocol Buffers. 
 | 
| ProtoTruth | 
 A set of static methods to begin a Truth assertion chain for protocol buffers. 
 | 
| ProtoTruthDelegatedVerb | 
 Custom  
AbstractDelegatedVerb which aggregates all Proto-related Subject classes into a single place. | 
| SetMultimapWithProtoValuesSubject<S extends SetMultimapWithProtoValuesSubject<S,K,M,C>,K,M extends com.google.protobuf.Message,C extends com.google.common.collect.SetMultimap<K,M>> | 
 Type-specific extension of  
MultimapWithProtoValuesSubject, used to detect bad usages of
 SetMultimapWithProtoValuesSubject.isEqualTo(com.google.common.collect.ListMultimap<?, ?>). | 
| SetMultimapWithProtoValuesSubject.SetMultimapWithMessageValuesSubject<K,M extends com.google.protobuf.Message> | 
 Default implementation of  
SetMultimapWithProtoValuesSubject. | 
This package is a part of the open-source Truth project.
Copyright © 2017. All rights reserved.