Class PathMatchers.PathPredicate

java.lang.Object
org.hamcrest.BaseMatcher<Path>
org.hamcrest.TypeSafeMatcher<Path>
org.eclipse.jetty.toolchain.test.PathMatchers.PathPredicate
All Implemented Interfaces:
org.hamcrest.Matcher<Path>, org.hamcrest.SelfDescribing
Enclosing class:
PathMatchers

private static class PathMatchers.PathPredicate extends org.hamcrest.TypeSafeMatcher<Path>
  • Field Details

  • Constructor Details

  • Method Details

    • describeTo

      public void describeTo(org.hamcrest.Description description)
    • matchesSafely

      protected boolean matchesSafely(Path item)
      Specified by:
      matchesSafely in class org.hamcrest.TypeSafeMatcher<Path>
    • describeMismatchSafely

      protected void describeMismatchSafely(Path item, org.hamcrest.Description mismatchDescription)
      Overrides:
      describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<Path>