Class ShouldBeEqualNormalizingWhitespace

  • All Implemented Interfaces:
    ErrorMessageFactory

    public class ShouldBeEqualNormalizingWhitespace
    extends BasicErrorMessageFactory
    Creates an error message indicating that an assertion that verifies that two CharSequences are equal, after the whitespace of both strings has been normalized, failed.
    Author:
    Alexander Bischof
    • Constructor Detail

      • ShouldBeEqualNormalizingWhitespace

        private ShouldBeEqualNormalizingWhitespace​(CharSequence actual,
                                                   CharSequence expected)