Package | Description |
---|---|
org.spockframework.mock |
Spock's built-in mocking framework.
|
Modifier and Type | Class | Description |
---|---|---|
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.
|
Copyright © 2018. All rights reserved