public class MethodNameMatcher extends Object implements InvocationMatcher
MethodNameMatcher
simply checks to see that the method name of the invocation matches the target method
name given in the constructor.Constructor and Description |
---|
MethodNameMatcher(String methodName) |
public MethodNameMatcher(String methodName)
public boolean matches(Invocation invocation)
matches
in interface InvocationMatcher
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.