Class ShouldBeEqualNormalizingWhitespace

java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.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