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.
|
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.