Class RegexPropertyNameConstraint
- java.lang.Object
-
- org.spockframework.mock.constraint.RegexPropertyNameConstraint
-
- All Implemented Interfaces:
IInvocationConstraint
public class RegexPropertyNameConstraint extends java.lang.Object implements IInvocationConstraint
- Author:
- Peter Niederwieser
-
-
Constructor Summary
Constructors Constructor Description RegexPropertyNameConstraint(java.lang.String regex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isSatisfiedBy(IMockInvocation invocation)
-
-
-
Method Detail
-
isSatisfiedBy
public boolean isSatisfiedBy(IMockInvocation invocation)
- Specified by:
isSatisfiedBy
in interfaceIInvocationConstraint
-
-