Constructor | Description |
---|---|
MethodMatcher(Method expectedMethod) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
describeMismatchSafely(Method m,
org.hamcrest.Description mismatchDescription) |
|
void |
describeTo(org.hamcrest.Description description) |
|
boolean |
matchesSafely(Method m) |
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
public MethodMatcher(Method expectedMethod)
public boolean matchesSafely(Method m)
matchesSafely
in class org.hamcrest.TypeSafeMatcher<Method>
protected void describeMismatchSafely(Method m, org.hamcrest.Description mismatchDescription)
describeMismatchSafely
in class org.hamcrest.TypeSafeMatcher<Method>
public void describeTo(org.hamcrest.Description description)
Copyright © 2003–2018 jMock. All rights reserved.