org.spockframework.mock
Class EqualPropertyNameConstraint

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

public class EqualPropertyNameConstraint
extends java.lang.Object
implements IInvocationConstraint

Author:
Peter Niederwieser

Constructor Summary
EqualPropertyNameConstraint(java.lang.String propertyName)
           
 
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

EqualPropertyNameConstraint

public EqualPropertyNameConstraint(java.lang.String propertyName)
Method Detail

isSatisfiedBy

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


Copyright © 2013. All rights reserved