Assert.ComparisonFailure
(
message
,
expected
,
actual
)
- Parameters:
-
message <String>
The message to display when the error occurs. -
expected <Object>
The expected value. -
actual <Object>
The actual value that caused the assertion to fail.