public class NameSuffixFilter extends MethodFilter
| Constructor and Description |
|---|
NameSuffixFilter(java.lang.String nameSuffix) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matchMethod(MethodSignature sig)
Analyzes the method (its name, its parameters, etc.) and returns true
if the method matches the filter defined by a subclass.
|
public NameSuffixFilter(java.lang.String nameSuffix)
public boolean matchMethod(MethodSignature sig)
MethodFiltermatchMethod in class MethodFilter