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 class
TooFewInvocationsError
Thrown to indicate that one or more mandatory interactions matched too few invocations.class
TooManyInvocationsError
Thrown to indicate that a mandatory interaction matched too many invocations.class
WrongInvocationOrderError
Thrown if an invocation on a mock object occurs too late.
-