public class ShouldBeEqualNormalizingPunctuationAndWhitespace extends BasicErrorMessageFactory
CharSequences are equal,
after the punctuation of both strings have been normalized, failed.
Created by harisha talanki on 2/29/20arguments, format| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
shouldBeEqualNormalizingPunctuationAndWhitespace(CharSequence actual,
CharSequence expected)
Creates a new
. |
create, create, create, equals, hashCode, toString, unquotedStringpublic static ErrorMessageFactory shouldBeEqualNormalizingPunctuationAndWhitespace(CharSequence actual, CharSequence expected)
ShouldBeEqualNormalizingPunctuationAndWhitespace.actual - the actual value in the failed assertion.expected - the expected value in the failed assertion.ErrorMessageFactory.Copyright © 2025. All rights reserved.