Package org.spockframework.mock
Class InteractionNotSatisfiedError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.spockframework.runtime.SpockAssertionError
org.spockframework.mock.InteractionNotSatisfiedError
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TooFewInvocationsError
,TooManyInvocationsError
,WrongInvocationOrderError
Base class for exceptions thrown to indicate that one or more interactions
were not satisfied.
- Author:
- Peter Niederwieser
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.spockframework.runtime.SpockAssertionError
toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
InteractionNotSatisfiedError
public InteractionNotSatisfiedError()
-