Class EqualPropertyNameConstraint
- java.lang.Object
-
- org.spockframework.mock.constraint.EqualPropertyNameConstraint
-
- All Implemented Interfaces:
IInvocationConstraint
public class EqualPropertyNameConstraint extends java.lang.Object implements IInvocationConstraint
- Author:
- Peter Niederwieser
-
-
Constructor Summary
Constructors Constructor Description EqualPropertyNameConstraint(java.lang.String propertyName)
-
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
-
-