public class ShouldNotBeEqualNormalizingWhitespace extends BasicErrorMessageFactory
CharSequences are not equal,
after the whitespace of both strings has been normalized, failed.arguments, format, formatter| Modifier | Constructor and Description |
|---|---|
private |
ShouldNotBeEqualNormalizingWhitespace(java.lang.CharSequence actual,
java.lang.CharSequence expected) |
| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
shouldNotBeEqualNormalizingWhitespace(java.lang.CharSequence actual,
java.lang.CharSequence expected)
Creates a new
. |
create, create, create, equals, hashCode, toString, unquotedStringprivate ShouldNotBeEqualNormalizingWhitespace(java.lang.CharSequence actual,
java.lang.CharSequence expected)
public static ErrorMessageFactory shouldNotBeEqualNormalizingWhitespace(java.lang.CharSequence actual, java.lang.CharSequence expected)
ShouldNotBeEqualNormalizingWhitespace.actual - the actual value in the failed assertion.expected - the expected value in the failed assertion.ErrorMessageFactory.