Uses of Class
org.spockframework.mock.InteractionNotSatisfiedError
Packages that use InteractionNotSatisfiedError
-
Uses of InteractionNotSatisfiedError in org.spockframework.mock
Subclasses of InteractionNotSatisfiedError in org.spockframework.mockModifier and TypeClassDescriptionclass
Thrown to indicate that one or more mandatory interactions matched too few invocations.class
Thrown to indicate that a mandatory interaction matched too many invocations.class
Thrown if an invocation on a mock object occurs too late.