Package org.spockframework.mock
Interface IInvocationConstraint
-
- All Known Implementing Classes:
EqualMethodNameConstraint
,EqualPropertyNameConstraint
,NamedArgumentListConstraint
,PositionalArgumentListConstraint
,RegexMethodNameConstraint
,RegexPropertyNameConstraint
,TargetConstraint
,WildcardMethodNameConstraint
public interface IInvocationConstraint
- Author:
- Peter Niederwieser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSatisfiedBy(IMockInvocation invocation)
-
-
-
Method Detail
-
isSatisfiedBy
boolean isSatisfiedBy(IMockInvocation invocation)
-
-