public interface MethodMatcher
MethodDescription
s.Modifier and Type | Method and Description |
---|---|
boolean |
matches(MethodDescription methodDescription)
Determines if a method matches for this
MethodMatcher . |
boolean matches(MethodDescription methodDescription)
MethodMatcher
.methodDescription
- The method description to be matched.true
if the matcher is matching this method.Copyright © 2014. All rights reserved.