Thrown when an
org.junit.Assert.assertEquals(ObjectObject) assertEquals(String, String) fails. Create and throw
a ComparisonFailure manually if you want to show users the difference between two complex
strings.
Inspired by a patch from Alex Chaffee (alex@purpletech.com)
Constructs a comparison failure.
Parameters: message - the identifying message or null Parameters: expected - the expected string value Parameters: actual - the actual string value