Class HttpServletExtension
java.lang.Object
ca.uhn.fhir.test.utilities.server.BaseJettyServerExtension<HttpServletExtension>
ca.uhn.fhir.test.utilities.server.HttpServletExtension
- All Implemented Interfaces:
org.junit.jupiter.api.extension.AfterAllCallback,org.junit.jupiter.api.extension.AfterEachCallback,org.junit.jupiter.api.extension.BeforeEachCallback,org.junit.jupiter.api.extension.Extension
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected javax.servlet.http.HttpServletwithServlet(javax.servlet.http.HttpServlet theServlet) Methods inherited from class ca.uhn.fhir.test.utilities.server.BaseJettyServerExtension
afterAll, afterEach, beforeEach, getBaseUrl, getConnectionsOpenedCount, getHttpClient, getPort, getRequestContentTypes, getRequestHeaders, getWebsocketContextPath, isRunning, keepAliveBetweenTests, resetConnectionsOpenedCount, startServer, stopServer, withContextPath, withIdleTimeout, withPort, withServletPath, withSpringWebsocketSupport
-
Constructor Details
-
HttpServletExtension
public HttpServletExtension()
-
-
Method Details
-
withServlet
-
provideServlet
- Specified by:
provideServletin classBaseJettyServerExtension<HttpServletExtension>
-