| Interface | Description |
|---|---|
| HandlingResult |
Represents the result of testing one or more handlers.
|
| RequestFixture |
A contrived request environment, suitable for unit testing
Handler implementations. |
| Class | Description |
|---|---|
| RequestFixtureAction |
Convenient super class for
RequestFixture configuration actions. |
| Exception | Description |
|---|---|
| HandlerTimeoutException |
Thrown when a handler under test takes too long to produce a result.
|