Uses of Class
org.spockframework.runtime.SpockAssertionError
-
Packages that use SpockAssertionError Package Description org.spockframework.mock Spock's built-in mocking framework.org.spockframework.runtime -
-
Uses of SpockAssertionError in org.spockframework.mock
Subclasses of SpockAssertionError in org.spockframework.mock Modifier and Type Class Description class
InteractionNotSatisfiedError
Base class for exceptions thrown to indicate that one or more interactions were not satisfied.class
TooFewInvocationsError
Thrown to indicate that one or more mandatory interactions matched too few invocations.class
TooManyInvocationsError
Thrown to indicate that a mandatory interaction 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 Modifier and Type Class Description class
ConditionNotSatisfiedError
class
SpockTimeoutError
Indicates that an operation timed out.class
UnallowedExceptionThrownError
class
WrongExceptionThrownError
-