Thrown to indicate that two values which should have been “the same” (according to some comparison function) were in fact different.
assertEquals()
, assertNotEquals()
no subtypes hierarchy
Initializer |
AssertionComparisonError(String message, String actualValue, String expectedValue) Parameters:
|
Attributes | |
actualValue | Source Codeshared String actualValue The actual string value. |
expectedValue | Source Codeshared String expectedValue The expected string value. |
Inherited Attributes |
Attributes inherited from: Object |
Attributes inherited from: Throwable |