org.spockframework.mock
Class InteractionNotSatisfiedError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.AssertionError
              extended by org.spockframework.runtime.SpockAssertionError
                  extended by 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 indicating that one or more interactions have not been satisfied (i.e. have seen to few or too many invocations).

Author:
Peter Niederwieser
See Also:
Serialized Form

Constructor Summary
InteractionNotSatisfiedError()
           
 
Method Summary
 
Methods inherited from class org.spockframework.runtime.SpockAssertionError
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InteractionNotSatisfiedError

public InteractionNotSatisfiedError()


Copyright © 2013. All rights reserved