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