Class CaseInsensitiveStartsWithMatcher

  • All Implemented Interfaces:
    org.hamcrest.Matcher<String>, org.hamcrest.SelfDescribing

    public class CaseInsensitiveStartsWithMatcher
    extends org.hamcrest.TypeSafeMatcher<String>
    • Constructor Detail

      • CaseInsensitiveStartsWithMatcher

        public CaseInsensitiveStartsWithMatcher​(String match)
    • Method Detail

      • startsWith

        public static org.hamcrest.Matcher<String> startsWith​(String expected)
      • matchesSafely

        protected boolean matchesSafely​(String string)
        Specified by:
        matchesSafely in class org.hamcrest.TypeSafeMatcher<String>
      • describeTo

        public void describeTo​(org.hamcrest.Description description)