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