Handler implementations without
start a full EmbeddedApp.See: Description
| Interface | Description |
|---|---|
| HandlerFactory | |
| HandlingResult |
Represents the result of testing one or more handlers.
|
| RequestFixture |
A contrived request environment, suitable for unit testing
Handler implementations. |
| Exception | Description |
|---|---|
| HandlerExceptionNotThrownException |
Exception thrown when the HandlingResult.exception(type) is called but no exception was thrown.
|
| HandlerTimeoutException |
Thrown when a handler under test takes too long to produce a result.
|
| UnexpectedHandlerException |
Exception throw when a handler throws an exception that is different from the expected type in HandlingResult.exception(class)
or when an exception was thrown when trying to access the results of a completed handler.
|
Handler implementations without
start a full EmbeddedApp.RequestFixture