public class ArrayComparisonFailure extends AssertionError
| Constructor and Description |
|---|
ArrayComparisonFailure(String message,
AssertionError cause,
int index)
Construct a new
ArrayComparisonFailure with an error text and the array's
dimension that was not equal |
| Modifier and Type | Method and Description |
|---|---|
void |
addDimension(int index) |
String |
getMessage() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ArrayComparisonFailure(String message, AssertionError cause, int index)
ArrayComparisonFailure with an error text and the array's
dimension that was not equalcause - the exception that caused the array's content to fail the assertion testindex - the array position of the objects that are not equal.Assert.assertArrayEquals(String, Object[], Object[])Copyright © 2002–2017 JUnit. All rights reserved.