Class NoAppStartHttpServerTestingBase

All Implemented Interfaces:
BeforeAfterClassMethodsProvider, CanBeDisabled, RepeatedClassAfterMethodProvider, TestFailureListener

public abstract class NoAppStartHttpServerTestingBase extends NoAppStartHttpServerCustomContextTypesTestingBase<DefaultRequestContext,DefaultWebsocketContext>
Base class for testing without an App but when an HTTP server is required.

Note that, by default, all routes are cleared before each test! Even routes added by plugins... To change this behavior, override the clearRoutes() method.