public class ShouldBeEqualIgnoringWhitespace extends BasicErrorMessageFactory
CharSequences are equal, ignoring whitespace
differences, failed.arguments, format| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
shouldBeEqualIgnoringWhitespace(CharSequence actual,
CharSequence expected)
Creates a new
. |
create, create, create, equals, hashCode, toString, unquotedStringpublic static ErrorMessageFactory shouldBeEqualIgnoringWhitespace(CharSequence actual, CharSequence expected)
ShouldBeEqualIgnoringWhitespace.actual - the actual value in the failed assertion.expected - the expected value in the failed assertion.ErrorMessageFactory.Copyright © 2014–2019 AssertJ. All rights reserved.