equalsIgnoringWhitespace method

void equalsIgnoringWhitespace(
  1. String other
)

Checks that the tested string is equals ignoring whitespaces with other.

Implementation

void equalsIgnoringWhitespace(String other) {
  test.expect(value, test.equalsIgnoringWhitespace(other));
}