Uses of Interface
org.spockframework.mock.IInvocationConstraint
-
Packages that use IInvocationConstraint Package Description org.spockframework.mock.constraint org.spockframework.mock.runtime -
-
Uses of IInvocationConstraint in org.spockframework.mock.constraint
Classes in org.spockframework.mock.constraint that implement IInvocationConstraint Modifier and Type Class Description classEqualMethodNameConstraintclassEqualPropertyNameConstraintclassNamedArgumentListConstraintclassPositionalArgumentListConstraintclassRegexMethodNameConstraintclassRegexPropertyNameConstraintclassTargetConstraintclassWildcardMethodNameConstraint -
Uses of IInvocationConstraint in org.spockframework.mock.runtime
Constructor parameters in org.spockframework.mock.runtime with type arguments of type IInvocationConstraint Constructor Description MockInteraction(int line, int column, java.lang.String text, int minCount, int maxCount, java.util.List<IInvocationConstraint> constraints, IResponseGenerator responseGenerator)
-