org.spockframework.mock
Class NamedArgumentListConstraint

java.lang.Object
  extended by org.spockframework.mock.NamedArgumentListConstraint
All Implemented Interfaces:
IInvocationConstraint

public class NamedArgumentListConstraint
extends java.lang.Object
implements IInvocationConstraint

Author:
Peter Niederwieser

Constructor Summary
NamedArgumentListConstraint(java.util.List<java.lang.Object> argNames, java.util.List<IArgumentConstraint> argConstraints)
           
 
Method Summary
 boolean isSatisfiedBy(IMockInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedArgumentListConstraint

public NamedArgumentListConstraint(java.util.List<java.lang.Object> argNames,
                                   java.util.List<IArgumentConstraint> argConstraints)
Method Detail

isSatisfiedBy

public boolean isSatisfiedBy(IMockInvocation invocation)
Specified by:
isSatisfiedBy in interface IInvocationConstraint


Copyright © 2013. All rights reserved