Package org.jmock.internal.matcher
Class MethodMatcher
- All Implemented Interfaces:
org.hamcrest.Matcher<Method>
,org.hamcrest.SelfDescribing
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
describeMismatchSafely
(Method m, org.hamcrest.Description mismatchDescription) void
describeTo
(org.hamcrest.Description description) boolean
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, matches
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Field Details
-
expectedMethod
-
-
Constructor Details
-
MethodMatcher
-
-
Method Details