IInvocationConstraint
public class NamedArgumentListConstraint extends java.lang.Object implements IInvocationConstraint
Constructor | Description |
---|---|
NamedArgumentListConstraint(java.util.List<java.lang.Object> argNames,
java.util.List<IArgumentConstraint> argConstraints) |
Modifier and Type | Method | 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 IInvocationConstraint
Copyright © 2018. All rights reserved