| Package | Description | 
|---|---|
| com.google.common.truth | 
 Truth is a library for performing assertions in tests: 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <A,E> Correspondence<A,E> | 
Correspondence.from(Correspondence.BinaryPredicate<A,E> predicate,
    String description)
Constructs a  
Correspondence that compares actual and expected elements using the given
 binary predicate. | 
Copyright © 2019. All rights reserved.