diff --git a/api/latest/allclasses-index.html b/api/latest/allclasses-index.html index 894067e22..6c81f3bc7 100644 --- a/api/latest/allclasses-index.html +++ b/api/latest/allclasses-index.html @@ -136,21 +136,21 @@

All Classes

-Correspondence<A extends @Nullable Object,​E extends @Nullable Object> +Correspondence<A extends @Nullable Object,​E extends @Nullable Object>
Determines whether an instance of type A corresponds in some way to an instance of type E for the purposes of a test assertion.
-Correspondence.BinaryPredicate<A extends @Nullable Object,​E extends @Nullable Object> +Correspondence.BinaryPredicate<A extends @Nullable Object,​E extends @Nullable Object>
A functional interface for a binary predicate, to be used to test whether a pair of objects of types A and E satisfy some condition.
-Correspondence.DiffFormatter<A extends @Nullable Object,​E extends @Nullable Object> +Correspondence.DiffFormatter<A extends @Nullable Object,​E extends @Nullable Object>
A functional interface to be used format the diff between a pair of objects of types A and E.
@@ -305,7 +305,7 @@

All Classes

-IterableSubject.UsingCorrespondence<A extends @Nullable Object,​E extends @Nullable Object> +IterableSubject.UsingCorrespondence<A extends @Nullable Object,​E extends @Nullable Object>
A partially specified check in which the actual elements (normally the elements of the Iterable under test) are compared to expected elements using a Correspondence.
@@ -387,7 +387,7 @@

All Classes

-ObjectArraySubject<T extends @Nullable Object> +ObjectArraySubject<T extends @Nullable Object>
A Subject for Object[] and more generically T[].
diff --git a/api/latest/com/google/common/truth/BigDecimalSubject.html b/api/latest/com/google/common/truth/BigDecimalSubject.html index ac848312a..d72d2406f 100644 --- a/api/latest/com/google/common/truth/BigDecimalSubject.html +++ b/api/latest/com/google/common/truth/BigDecimalSubject.html @@ -188,7 +188,7 @@

Method Summary

void -isEqualTo​(@Nullable Object expected) +isEqualTo​(@Nullable Object expected)
Fails if the subject's value and scale is not equal to the given BigDecimal.
@@ -219,7 +219,7 @@

Method Summary

void -isEquivalentAccordingToCompareTo​(@Nullable BigDecimal expected) +isEquivalentAccordingToCompareTo​(@Nullable BigDecimal expected)
Fails if the subject is not equivalent to the given value according to Comparable.compareTo(T), (i.e., fails if a.comparesTo(b) != 0).
@@ -311,7 +311,7 @@

isEqualToIgnoringScale