Uses of Interface
org.spockframework.mock.IInvocationConstraint
Packages that use IInvocationConstraint
-
Uses of IInvocationConstraint in org.spockframework.mock.constraint
Classes in org.spockframework.mock.constraint that implement IInvocationConstraintModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
-
Uses of IInvocationConstraint in org.spockframework.mock.runtime
Constructor parameters in org.spockframework.mock.runtime with type arguments of type IInvocationConstraintModifierConstructorDescriptionMockInteraction
(int line, int column, String text, int minCount, int maxCount, List<IInvocationConstraint> constraints, IResponseGenerator responseGenerator)