@CheckReturnValue
See: Description
Interface | Description |
---|---|
IterableOfProtosFluentAssertion<M extends com.google.protobuf.Message> |
Fluent API to perform detailed, customizable comparison of iterables of protocol buffers.
|
IterableOfProtosUsingCorrespondence<M extends com.google.protobuf.Message> |
Comparison methods, which enforce the rules set in prior calls to
IterableOfProtosFluentAssertion . |
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
Multimap s 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 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
Subject.Factory . |
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 Multimap<K,M>> |
Truth subject for
Multimap s 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.
|
ProtoSubjectBuilder |
CustomSubjectBuilder which aggregates all Proto-related Subject classes into a single place. |
ProtoTruth |
A set of static methods to begin a Truth assertion chain for protocol buffers.
|
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
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 © 2018. All rights reserved.