Uses of Class
org.spockframework.mock.InteractionNotSatisfiedError

Packages that use InteractionNotSatisfiedError
org.spockframework.mock   
 

Uses of InteractionNotSatisfiedError in org.spockframework.mock
 

Subclasses of InteractionNotSatisfiedError in org.spockframework.mock
 class TooFewInvocationsError
          Indicates that one or more required interactions have matched too few invocations.
 class TooManyInvocationsError
          Indicates that a required interaction has matched too many invocations.
 class WrongInvocationOrderError
          Thrown if an invocation on a mock object occurs too late.
 



Copyright © 2013. All rights reserved