org.spockframework.mock
Class RegexPropertyNameConstraint

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

public class RegexPropertyNameConstraint
extends java.lang.Object
implements IInvocationConstraint

Author:
Peter Niederwieser

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

RegexPropertyNameConstraint

public RegexPropertyNameConstraint(java.lang.String regex)
Method Detail

isSatisfiedBy

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


Copyright © 2013. All rights reserved