Searched refs:endsWithIgnoringCase (Results 1 – 4 of 4) sorted by relevance
7 import static org.hamcrest.core.StringEndsWith.endsWithIgnoringCase;33 final Matcher<String> ignoringCase = endsWithIgnoringCase("EXCERpt"); in testMatchesSubstringAtEndIngoringCase()
38 public static Matcher<String> endsWithIgnoringCase(String suffix) { in endsWithIgnoringCase() method in StringEndsWith
460 …public static org.hamcrest.Matcher<java.lang.String> endsWithIgnoringCase(java.lang.String suffix)… in endsWithIgnoringCase() method in CoreMatchers461 return org.hamcrest.core.StringEndsWith.endsWithIgnoringCase(suffix); in endsWithIgnoringCase()
544 …public static org.hamcrest.Matcher<java.lang.String> endsWithIgnoringCase(java.lang.String suffix)… in endsWithIgnoringCase() method in Matchers545 return org.hamcrest.core.StringEndsWith.endsWithIgnoringCase(suffix); in endsWithIgnoringCase()