org.spockframework.mock
Class NegatingArgumentConstraint

java.lang.Object
  extended by org.spockframework.mock.NegatingArgumentConstraint
All Implemented Interfaces:
IArgumentConstraint

public class NegatingArgumentConstraint
extends Object
implements IArgumentConstraint

Author:
Peter Niederwieser

Constructor Summary
NegatingArgumentConstraint(IArgumentConstraint constraint)
           
 
Method Summary
 boolean isSatisfiedBy(Object arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NegatingArgumentConstraint

public NegatingArgumentConstraint(IArgumentConstraint constraint)
Method Detail

isSatisfiedBy

public boolean isSatisfiedBy(Object arg)
Specified by:
isSatisfiedBy in interface IArgumentConstraint


Copyright © 2010. All Rights Reserved.