Class AbstractMockingIntegrationTestBase

    • Field Detail

      • servletContext

        protected static String servletContext
      • headersToIgnore

        protected static final List<String> headersToIgnore
      • insecureEchoServer

        protected static EchoServer insecureEchoServer
      • secureEchoServer

        protected static EchoServer secureEchoServer
    • Constructor Detail

      • AbstractMockingIntegrationTestBase

        public AbstractMockingIntegrationTestBase()
    • Method Detail

      • startEchoServer

        public static void startEchoServer()
      • resetServletContext

        public static void resetServletContext()
      • getServerPort

        public abstract int getServerPort()
      • getServerSecurePort

        public int getServerSecurePort()
      • resetServer

        public void resetServer()
      • calculatePath

        protected String calculatePath​(String path)
      • createClientAndEventLoopGroup

        public static void createClientAndEventLoopGroup()
      • stopEventLoopGroup

        public static void stopEventLoopGroup()
      • verifyRequestsMatches

        protected void verifyRequestsMatches​(HttpRequest[] httpRequests,
                                             HttpRequest... httpRequestMatchers)