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:
java.io.Serializable
- Direct Known Subclasses:
TooFewInvocationsError
,TooManyInvocationsError
,WrongInvocationOrderError
public abstract class InteractionNotSatisfiedError extends SpockAssertionError
Base class for exceptions thrown to indicate that one or more interactions were not satisfied.- Author:
- Peter Niederwieser
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InteractionNotSatisfiedError()
-
Method Summary
-
Methods inherited from class org.spockframework.runtime.SpockAssertionError
toString
-
-