| Package | Description | 
|---|---|
| com.google.common.truth | 
 Truth is an open source, fluent testing framework for Java that is designed to make your test
 assertions and failure messages more readable. 
 | 
| com.google.common.truth.extensions.proto | 
 Custom subjects for testing Protocol
 Buffer instances. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Correspondence<Number,Number> | 
Correspondence.tolerance(double tolerance)
Returns a  
Correspondence between Number instances that considers instances to
 correspond (i.e. | 
| Modifier and Type | Method and Description | 
|---|---|
<A,E> IterableSubject.UsingCorrespondence<A,E> | 
IterableSubject.comparingElementsUsing(Correspondence<A,E> correspondence)
Starts a method chain for a test proposition in which the actual elements (i.e. 
 | 
<A,E> MapSubject.UsingCorrespondence<A,E> | 
MapSubject.comparingValuesUsing(Correspondence<A,E> correspondence)
Starts a method chain for a test proposition in which the actual values (i.e. 
 | 
<A,E> MultimapSubject.UsingCorrespondence<A,E> | 
MultimapSubject.comparingValuesUsing(Correspondence<A,E> correspondence)
Starts a method chain for a test proposition in which the actual values (i.e. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<A,E> IterableSubject.UsingCorrespondence<A,E> | 
IterableOfProtosSubject.comparingElementsUsing(Correspondence<A,E> correspondence)
Starts a method chain for a test proposition in which the actual elements (i.e. 
 | 
<A,E> MapSubject.UsingCorrespondence<A,E> | 
MapWithProtoValuesSubject.comparingValuesUsing(Correspondence<A,E> correspondence)
Starts a method chain for a test proposition in which the actual values (i.e. 
 | 
<A,E> MultimapSubject.UsingCorrespondence<A,E> | 
MultimapWithProtoValuesSubject.comparingValuesUsing(Correspondence<A,E> correspondence)
Starts a method chain for a test proposition in which the actual values (i.e. 
 | 
Copyright © 2017. All rights reserved.