Uses of Class
com.google.common.truth.PrimitiveDoubleArraySubject.DoubleArrayAsIterable
-
Packages that use PrimitiveDoubleArraySubject.DoubleArrayAsIterable Package Description com.google.common.truth Truth is a library for performing assertions in tests: -
-
Uses of PrimitiveDoubleArraySubject.DoubleArrayAsIterable in com.google.common.truth
Methods in com.google.common.truth that return PrimitiveDoubleArraySubject.DoubleArrayAsIterable Modifier and Type Method Description PrimitiveDoubleArraySubject.DoubleArrayAsIterable
PrimitiveDoubleArraySubject. usingExactEquality()
Starts a method chain for a check in which the actual values (i.e. the elements of the array under test) are compared to expected elements using aCorrespondence
which considers values to correspond if they are exactly equal, with equality defined byDouble.equals(java.lang.Object)
.PrimitiveDoubleArraySubject.DoubleArrayAsIterable
PrimitiveDoubleArraySubject. usingTolerance(double tolerance)
Starts a method chain for a check in which the actual values (i.e. the elements of the array under test) are compared to expected elements using aCorrespondence
which considers values to correspond if they are finite values withintolerance
of each other.
-