Uses of Class
org.spockframework.mock.InteractionNotSatisfiedError
-
Packages that use InteractionNotSatisfiedError Package Description org.spockframework.mock Spock's built-in mocking framework. -
-
Uses of InteractionNotSatisfiedError in org.spockframework.mock
Subclasses of InteractionNotSatisfiedError in org.spockframework.mock Modifier and Type Class Description classTooFewInvocationsErrorThrown to indicate that one or more mandatory interactions matched too few invocations.classTooManyInvocationsErrorThrown to indicate that a mandatory interaction matched too many invocations.classWrongInvocationOrderErrorThrown if an invocation on a mock object occurs too late.
-