Searched refs:StringIgnoringTrailingWhitespaceMatcher (Results 1 – 1 of 1) sorted by relevance
535 private static StringIgnoringTrailingWhitespaceMatcher matchesIgnoringTrailingWhitespace( in matchesIgnoringTrailingWhitespace()537 return new StringIgnoringTrailingWhitespaceMatcher(expected); in matchesIgnoringTrailingWhitespace()540 private static final class StringIgnoringTrailingWhitespaceMatcher extends class in HtmlTest544 public StringIgnoringTrailingWhitespaceMatcher(String string) { in StringIgnoringTrailingWhitespaceMatcher() method in HtmlTest.StringIgnoringTrailingWhitespaceMatcher