| Constructor and Description |
|---|
MethodMatcher(Method expectedMethod) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
describeMismatchSafely(Method m,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
boolean |
matchesSafely(Method m) |
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–2022 jMock. All rights reserved.