12131415161718
public MethodNameMatcher(Constraint constraint) { this.constraint = constraint; } public MethodNameMatcher(String methodName) { this(new IsEqual(methodName)); }