org.spockframework.mock
Class PositionalArgumentListConstraint

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

public class PositionalArgumentListConstraint
extends java.lang.Object
implements IInvocationConstraint

Author:
Peter Niederwieser

Constructor Summary
PositionalArgumentListConstraint(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

PositionalArgumentListConstraint

public PositionalArgumentListConstraint(java.util.List<IArgumentConstraint> argConstraints)
Method Detail

isSatisfiedBy

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


Copyright © 2013. All rights reserved