public abstract class AbstractMethodMatcher extends Object implements MethodMatcher
Constructor and Description |
---|
AbstractMethodMatcher(MethodMatcherContext context) |
Modifier and Type | Method and Description |
---|---|
boolean |
conforms()
Checks if the arguments conform to the method.
|
protected Boolean |
getConforms() |
protected MethodMatcherContext |
getContext() |
protected abstract boolean |
hasConformance()
Checks if the arguments conform to the method.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getConformingArguments
public AbstractMethodMatcher(MethodMatcherContext context)
protected MethodMatcherContext getContext()
protected Boolean getConforms()
public boolean conforms()
conforms
in interface MethodMatcher
protected abstract boolean hasConformance()
Copyright © 2018. All rights reserved.