Class UriMatcher

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

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

      • UriMatcher

        public UriMatcher​(String expected)
    • Method Detail

      • matchesSafely

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

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