Uses of Class
org.spockframework.runtime.SpockAssertionError

Packages that use SpockAssertionError
org.spockframework.mock   
org.spockframework.runtime   
 

Uses of SpockAssertionError in org.spockframework.mock
 

Subclasses of SpockAssertionError in org.spockframework.mock
 class InteractionNotSatisfiedError
          Base class for exceptions indicating that one or more interactions have not been satisfied (i.e.
 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.
 

Uses of SpockAssertionError in org.spockframework.runtime
 

Subclasses of SpockAssertionError in org.spockframework.runtime
 class ConditionNotSatisfiedError
           
 class SpockTimeoutError
           
 class WrongExceptionThrownError
           
 



Copyright © 2013. All rights reserved