public abstract class PrimitiveFloatArraySubject.TolerantPrimitiveFloatArrayComparison extends Object
float[]
subject using a tolerance.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
Object.equals(Object) is not supported on
TolerantPrimitiveFloatArrayComparison. If you meant to compare float arrays, use
of(float[]) instead. |
int |
hashCode()
Deprecated.
Object.hashCode() is not supported on
TolerantPrimitiveFloatArrayComparison |
abstract void |
of(float[] expectedFloats)
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(float[] expectedFloats)
@Deprecated public boolean equals(@Nullable Object o)
Object.equals(Object)
is not supported on
TolerantPrimitiveFloatArrayComparison. If you meant to compare float arrays, use
of(float[])
instead.equals
in class Object
UnsupportedOperationException
- always@Deprecated public int hashCode()
Object.hashCode()
is not supported on
TolerantPrimitiveFloatArrayComparisonhashCode
in class Object
UnsupportedOperationException
- alwaysCopyright © 2015. All Rights Reserved.