public abstract class PrimitiveDoubleArraySubject.TolerantPrimitiveDoubleArrayComparison extends Object
double[]
subject using a tolerance.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
Object.equals(Object) is not supported on
TolerantPrimitiveDoubleArrayComparison. If you meant to compare double arrays, use
of(double[]) instead. |
int |
hashCode()
Deprecated.
Object.hashCode() is not supported on
TolerantPrimitiveDoubleArrayComparison |
abstract void |
of(double[] expectedDoubles)
Fails if the values in the subject wer expected to be within the tolerance of the given
values but were not or if they wer expected not to be within the tolerance but
were.
|
public abstract void of(double[] expectedDoubles)
@Deprecated public boolean equals(@Nullable Object o)
Object.equals(Object)
is not supported on
TolerantPrimitiveDoubleArrayComparison. If you meant to compare double arrays, use
of(double[])
instead.equals
in class Object
UnsupportedOperationException
- always@Deprecated public int hashCode()
Object.hashCode()
is not supported on
TolerantPrimitiveDoubleArrayComparisonhashCode
in class Object
UnsupportedOperationException
- alwaysCopyright © 2015. All Rights Reserved.