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 classInteractionNotSatisfiedErrorBase class for exceptions thrown to indicate that one or more interactions were not satisfied.classTooFewInvocationsErrorThrown to indicate that one or more mandatory interactions matched too few invocations.classTooManyInvocationsErrorThrown to indicate that a mandatory interaction matched too many invocations.classWrongInvocationOrderErrorThrown 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 classConditionNotSatisfiedErrorclassSpockTimeoutErrorIndicates that an operation timed out.classUnallowedExceptionThrownErrorclassWrongExceptionThrownError
-