Package ratpack.test.handling
Test fixtures for exercising
Handler
implementations without
start a full EmbeddedApp
.- See Also:
RequestFixture
-
Interface Summary Interface Description HandlerFactory HandlingResult Represents the result of testing one or more handlers.RequestFixture A contrived request environment, suitable for unit testingHandler
implementations. -
Exception Summary 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.