Class ApplicationTestConfig

    • Constructor Detail

      • ApplicationTestConfig

        public ApplicationTestConfig()
    • Method Detail

      • customScopeConfigurer

        @Bean
        @Order(-2147483648)
        public static org.springframework.beans.factory.config.CustomScopeConfigurer customScopeConfigurer()
      • servletContext

        @Bean
        public org.springframework.mock.web.MockServletContext servletContext()
      • httpServletRequest

        @Bean
        @Scope("prototype")
        public org.springframework.mock.web.MockHttpServletRequest httpServletRequest​(javax.servlet.ServletContext context)
      • htpServletResponse

        @Bean
        @Scope("prototype")
        public org.springframework.mock.web.MockHttpServletResponse htpServletResponse()