public class ShouldNotBeEqualNormalizingWhitespace extends BasicErrorMessageFactory
CharSequences are not equal,
after the whitespace of both strings has been normalized, failed.arguments, format| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
shouldNotBeEqualNormalizingWhitespace(CharSequence actual,
CharSequence expected)
Creates a new
. |
create, create, create, equals, hashCode, toString, unquotedStringpublic static ErrorMessageFactory shouldNotBeEqualNormalizingWhitespace(CharSequence actual, CharSequence expected)
ShouldNotBeEqualNormalizingWhitespace.actual - the actual value in the failed assertion.expected - the expected value in the failed assertion.ErrorMessageFactory.Copyright © 2014–2018 AssertJ. All rights reserved.