|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.junit.internal.InexactComparisonCriteria
public class InexactComparisonCriteria
Field Summary | |
---|---|
double |
fDelta
|
Constructor Summary | |
---|---|
InexactComparisonCriteria(double delta)
|
Method Summary | |
---|---|
void |
internalArrayEquals(java.lang.String message,
java.lang.Object expecteds,
java.lang.Object actuals)
Asserts that two object arrays are equal. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double fDelta
Constructor Detail |
---|
public InexactComparisonCriteria(double delta)
Method Detail |
---|
public void internalArrayEquals(java.lang.String message, java.lang.Object expecteds, java.lang.Object actuals) throws ArrayComparisonFailure
AssertionError
is thrown with the given message. If
expecteds
and actuals
are null
,
they are considered equal.
message
- the identifying message for the AssertionError
(null
okay)expecteds
- Object array or array of arrays (multi-dimensional array) with
expected values.actuals
- Object array or array of arrays (multi-dimensional array) with
actual valuescriteria
- TODO
ArrayComparisonFailure
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |