Package org.eclipse.jetty.toolchain.test
Class PathMatchers.PathPredicate
- All Implemented Interfaces:
org.hamcrest.Matcher<Path>,org.hamcrest.SelfDescribing
- Enclosing class:
PathMatchers
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddescribeMismatchSafely(Path item, org.hamcrest.Description mismatchDescription) voiddescribeTo(org.hamcrest.Description description) protected booleanmatchesSafely(Path item) Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, matchesMethods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Field Details
-
pathPredicate
-
expectationText
-
describeFailure
-
-
Constructor Details
-
PathPredicate
-
PathPredicate
-
-
Method Details