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