public class ShouldBeEqualNormalizingUnicode extends BasicErrorMessageFactory
CharSequences are equal,
on their canonical form relying on Normalizer, failed.arguments, format| Modifier and Type | Method and Description |
|---|---|
static ErrorMessageFactory |
shouldBeEqualNormalizingUnicode(CharSequence actual,
CharSequence expected,
CharSequence normalizedActual,
CharSequence normalizedExpected)
Creates a new
. |
create, create, create, equals, hashCode, toString, unquotedStringpublic static ErrorMessageFactory shouldBeEqualNormalizingUnicode(CharSequence actual, CharSequence expected, CharSequence normalizedActual, CharSequence normalizedExpected)
ShouldBeEqualNormalizingUnicode.actual - the actual value in the failed assertion.expected - the expected value in the failed assertion.normalizedActual - the normalized actual value in the failed assertion.normalizedExpected - the normalized expected value in the failed assertion.ErrorMessageFactory.Copyright © 2025. All rights reserved.