public class MethodNameMatcher extends Object
| Constructor and Description |
|---|
MethodNameMatcher() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
fullyQualifiedMethodMatches(String fullyQualifiedMethodName)
Returns if a method name matches any of the target method criteria:
It ends with the property Properties.TARGET_METHOD (if setted)
It is contained in the semi-colon separated list Propertires.TARGET_METHOD_LIST
Its prefix matches Properties.TARGET_METHOD_PREFIX (if setted)
The format of the method name is identifier(ASM signature).
|
boolean |
methodMatches(String methodName)
Returns if a method name matches any of the target method criteria:
It is equal to Properties.TARGET_METHOD (if setted)
It is contained in the semi-colon separated list Propertires.TARGET_METHOD_LIST (if setted)
Its prefix matches Properties.TARGET_METHOD_PREFIX (if setted)
The format of the method name is identifier(ASM signature).
|
public boolean fullyQualifiedMethodMatches(String fullyQualifiedMethodName)
fullyQualifiedMethodName - public boolean methodMatches(String methodName)
fullyQualifiedMethodNameMatches instead.methodName - Copyright © 2010–2017 EvoSuite. All rights reserved.