Package | Description |
---|---|
org.spockframework.mock |
Spock's built-in mocking framework.
|
org.spockframework.runtime |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
ConditionNotSatisfiedError |
class |
SpockTimeoutError
Indicates that an operation timed out.
|
class |
UnallowedExceptionThrownError |
class |
WrongExceptionThrownError |
Copyright © 2019. All rights reserved