Package | Description |
---|---|
com.google.common.truth.extensions.proto |
Custom subjects for testing Protocol
Buffer instances.
|
Class and Description |
---|
FieldScope
An immutable, abstract representation of a set of specific field paths.
|
IterableOfProtosFluentAssertion
Fluent API to perform detailed, customizable comparison of iterables of protocol buffers.
|
IterableOfProtosSubject
Truth subject for the iterables of protocol buffers.
|
IterableOfProtosUsingCorrespondence
Comparison methods, which enforce the rules set in prior calls to
IterableOfProtosFluentAssertion . |
ListMultimapWithProtoValuesSubject
Type-specific extension of
MultimapWithProtoValuesSubject , used to detect bad usages of
ListMultimapWithProtoValuesSubject.isEqualTo(com.google.common.collect.SetMultimap<?, ?>) . |
LiteProtoSubject
Truth subjects for the Lite version of Protocol Buffers.
|
LiteProtoSubject.Factory
Typed extension of
Subject.Factory . |
MapWithProtoValuesFluentAssertion
Fluent API to perform detailed, customizable comparison of maps containing protocol buffers as
values.
|
MapWithProtoValuesSubject
Truth subject for maps with protocol buffers for values.
|
MultimapWithProtoValuesFluentAssertion
Fluent API to perform detailed, customizable comparison of
Multimap s containing protocol
buffers as values. |
MultimapWithProtoValuesSubject
Truth subject for
Multimap s with protocol buffers for values. |
ProtoFluentAssertion
Fluent API to perform detailed, customizable comparison of Protocol buffers.
|
ProtoSubject
Truth subject for the full version of Protocol Buffers.
|
ProtoSubjectBuilder
CustomSubjectBuilder which aggregates all Proto-related Subject classes into a single place. |
SetMultimapWithProtoValuesSubject
Type-specific extension of
MultimapWithProtoValuesSubject , used to detect bad usages of
SetMultimapWithProtoValuesSubject.isEqualTo(com.google.common.collect.ListMultimap<?, ?>) . |
Copyright © 2018. All rights reserved.