| Package | Description |
|---|---|
| ratpack.groovy.test.handling | |
| ratpack.test.handling |
Test fixtures for exercising
Handler implementations without
start a full EmbeddedApp. |
| ratpack.test.mock |
Support for creating mocks for remote APIs
|
| Class and Description |
|---|
| HandlingResult
Represents the result of testing one or more handlers.
|
| RequestFixture
A contrived request environment, suitable for unit testing
Handler implementations. |
| Class and Description |
|---|
| HandlerTimeoutException
Thrown when a handler under test takes too long to produce a result.
|
| HandlingResult
Represents the result of testing one or more handlers.
|
| RequestFixture
A contrived request environment, suitable for unit testing
Handler implementations. |
| Class and Description |
|---|
| HandlerFactory |