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 voiddescribeMismatchSafely(Method m, org.hamcrest.Description mismatchDescription) voiddescribeTo(org.hamcrest.Description description) booleanMethods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, matchesMethods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, isNotNull, toString
-
Field Details
-
expectedMethod
-
-
Constructor Details
-
MethodMatcher
-
-
Method Details