| Interface | Description |
|---|---|
| MockFactory |
Base interface for Java based mocks see
MockingApi or DetachedMockFactory for more examples. |
| Class | Description |
|---|---|
| DetachedMockFactory |
This factory allows the creations of mocks outside of a
Specification,
e.g., in a Spring configuration. |
| MockingApi |
Spock's mocking API primarily consists of the following factory methods:
Mock()
Creates a general-purpose test double that supports both stubbing and mocking.
|