public interface InvocationMatcher
InvocationMatcher
is used to conditionally match Invocation
objects based on some criteria such as
method name, parameter values, etc.Modifier and Type | Method and Description |
---|---|
boolean |
matches(Invocation invocation) |
boolean matches(Invocation invocation)
Copyright © 2005–2014 The Apache Software Foundation. All rights reserved.