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 class
EqualMethodNameConstraint
class
EqualPropertyNameConstraint
class
NamedArgumentListConstraint
class
PositionalArgumentListConstraint
class
RegexMethodNameConstraint
class
RegexPropertyNameConstraint
class
TargetConstraint
class
WildcardMethodNameConstraint
-
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)
-