Subclass of AssertException
for assertion failures dues to two things
not being equal
Constructor |
AssertComparisonException(String message, String expectedValue, String actualValue) |
Attributes | |
actualValue | Source Code shared String actualValue |
expectedValue | Source Code shared String expectedValue |
Inherited Attributes |
Attributes inherited from: Exception cause, string |
Attributes inherited from: Object hash, string |
Inherited Methods |
Methods inherited from: Exception printStackTrace |
Methods inherited from: Object equals |