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, setStackTrace
public 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.Copyright © 2024. All rights reserved.