Package | Description |
---|---|
ratpack.test.mock |
Support for creating mocks for remote APIs
|
Modifier and Type | Method and Description |
---|---|
static MockApi |
MockApi.of(HandlerFactory factory)
Creates an embedded Ratpack server which delegates handling to the provided factory.
|