public class NamedArgumentListConstraint extends java.lang.Object implements IInvocationConstraint
| Constructor and Description |
|---|
NamedArgumentListConstraint(java.util.List<java.lang.Object> argNames,
java.util.List<IArgumentConstraint> argConstraints) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSatisfiedBy(IMockInvocation invocation) |
public NamedArgumentListConstraint(java.util.List<java.lang.Object> argNames,
java.util.List<IArgumentConstraint> argConstraints)
public boolean isSatisfiedBy(IMockInvocation invocation)
isSatisfiedBy in interface IInvocationConstraintCopyright © 2012. All rights reserved