| Package | Description |
|---|---|
| org.spockframework.mock | |
| org.spockframework.runtime |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConditionNotSatisfiedError |
class |
SpockTimeoutError |
class |
WrongExceptionThrownError |
Copyright © 2013. All rights reserved