Class ShouldNotBeEqualNormalizingWhitespace

  • All Implemented Interfaces:
    ErrorMessageFactory

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

      • ShouldNotBeEqualNormalizingWhitespace

        private ShouldNotBeEqualNormalizingWhitespace​(CharSequence actual,
                                                      CharSequence expected)