Class ITServletContainer

  • Direct Known Subclasses:
    ITServlet25Container

    public abstract class ITServletContainer
    extends ITHttpServer
    Starts a jetty server which runs a servlet container
    • Method Detail

      • init

        protected final void init()
        recreates the server so that it uses the supplied trace configuration
        Specified by:
        init in class ITHttpServer
      • init

        public abstract void init​(org.eclipse.jetty.servlet.ServletContextHandler handler)
        Implement by registering a servlet for the test resource and anything needed for tracing
      • stop

        @AfterEach
        public void stop()