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