public class MethodMatcher extends MatcherBuilder<java.lang.reflect.Method,MethodMatcher>
| Constructor and Description |
|---|
MethodMatcher() |
| Modifier and Type | Method and Description |
|---|---|
static MethodMatcher |
method() |
MethodMatcher |
withName(org.hamcrest.Matcher<java.lang.String> matcher) |
describeTo, matches, withpublic static MethodMatcher method()
public MethodMatcher withName(org.hamcrest.Matcher<java.lang.String> matcher)