@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.
|
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.Factory<S extends IterableOfProtosSubject<S,M,C>,M extends com.google.protobuf.Message,C extends Iterable<M>> |
Typed extension of
SubjectFactory . |
IterableOfProtosSubject.IterableOfMessagesSubject<M extends com.google.protobuf.Message> |
Default implementation of
IterableOfProtosSubject . |
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.
|
ProtoSubject<S extends ProtoSubject<S,M>,M extends com.google.protobuf.Message> |
Truth subject for the full version of Protocol Buffers.
|
ProtoSubject.Factory<S extends ProtoSubject<S,M>,M extends com.google.protobuf.Message> |
Typed extension of
SubjectFactory . |
ProtoTruth |
A set of static methods to begin a Truth assertion chain for protocol buffers.
|
This package is a part of the open-source Truth project.
Copyright © 2016. All rights reserved.