Package org.jmock.internal.matcher
Class MethodNameMatcher
- All Implemented Interfaces:
org.hamcrest.Matcher<Method>,org.hamcrest.SelfDescribing
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddescribeMismatchSafely(Method item, org.hamcrest.Description mismatchDescription) voiddescribeTo(org.hamcrest.Description description) booleanmatchesSafely(Method method) 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
-
namePattern
Pattern namePattern
-
-
Constructor Details
-
MethodNameMatcher
-
-
Method Details