1792 Commits (396fb0cd513588863491929ddbfe22a49de05beb)

Author SHA1 Message Date
Rossen Stoyanchev db9190e0e6 Remove use of WebClient#exchange from WebTestClient 4 years ago
Brian Clozel 61d893257e Rewrite "performance" test to JMH benchmarks 4 years ago
Brian Clozel e02d3f32b4 Requalify tests as LONG_RUNNING 4 years ago
Sam Brannen bf00db3c6c Avoid AssertJ deprecation warning 4 years ago
Sam Brannen 31316a11fd Polishing 4 years ago
Rossen Stoyanchev f88759c3c9 Shared read-only instances of UrlPathHelper 4 years ago
Arjen Poutsma d550d344d5 Respect context path in WebMvc.fn & WebFlux.fn 4 years ago
Rossen Stoyanchev 25165f552d Remove erroneously committed change 4 years ago
Rossen Stoyanchev e34c800467 More updates to Web testing section 4 years ago
Rossen Stoyanchev 9b6476c0a1 Rename MockMvcTestClient to MockMvcWebTestClient 4 years ago
Сергей Цыпанов 1f3e52d932 gh-25650 Replace remaining usage of LinkedList with ArrayList in tests 4 years ago
Juergen Hoeller 71e70aed14 Polishing 4 years ago
Rossen Stoyanchev 568b44eb9d Consistent generics in spring-test Matcher declarations 4 years ago
Juergen Hoeller 874574513c Replace remaining usage of LinkedList with ArrayList/ArrayDeque 4 years ago
Juergen Hoeller 6f0461c569 Polishing 4 years ago
Juergen Hoeller 04df9b8f49 Efficient checks for empty strings and single character matches 4 years ago
Rossen Stoyanchev 7adeb461e0 WebClient exposes API for access to native request 4 years ago
Rossen Stoyanchev 3426e6274c Add MockMvcTestClient 4 years ago
Rossen Stoyanchev 128acaff8a WebTestClient cookie assertion support 4 years ago
Rossen Stoyanchev 6e8bb6c4a9 WebTestClient header assertion improvements 4 years ago
Rossen Stoyanchev f500ab0f9b Add mechanism to expose mock server results 4 years ago
Rossen Stoyanchev cb02b0e776 WebTestClient releases body on returnResult(Void.class) 4 years ago
Rossen Stoyanchev dd7369df48 WiretapConnector.Info is private 4 years ago
Rossen Stoyanchev 4116e6dd18 Pull up method to ConfiugrableMockMvcBuilder 4 years ago
Rossen Stoyanchev 443e9ee618 MockMvc applies StandardMultipartHttpServletRequest wrapper 4 years ago
Sam Brannen d939016a09 Polish contribution 4 years ago
Maciej Miklas a83529c844 Introduce createContext() factory method in AbstractGenericContextLoader 4 years ago
Sam Brannen 32e851617e Fix Javadoc formatting in GenericGroovyXmlContextLoader 4 years ago
Sam Brannen 13183c89ce Update tests due to deprecations in Reactor 4 years ago
Sam Brannen c558391e2c Declare interfaces as @FunctionalInterface where feasible 4 years ago
Sam Brannen 5de549d7d4 Update contentType property via MockHttpServletResponse::setCharacterEncoding() 4 years ago
Sam Brannen c5bb5d6c03 Polish ViewResolutionTests 4 years ago
Brian Clozel 617ec359bd Update after MonoProcessor deprecation in Reactor 4 years ago
Juergen Hoeller b345019415 Introduce getBeanProvider variants with allowEagerInit flag 4 years ago
Sam Brannen 96da1ff9ea Support @RestControllerAdvice in Standalone MockMvc again 4 years ago
Sam Brannen 40fc472c70 Polish ExceptionHandlerTests 4 years ago
Sam Brannen 969aa8ad47 Update copyright date 4 years ago
Sam Brannen 482adb9478 Fix error message for type mismatch in jsonPath().value() 4 years ago
Sam Brannen 5a12e7b2c5 Fix typo in test method names 4 years ago
Sam Brannen 5576321b04 Reset charset field in MockHttpServletResponse 4 years ago
Sam Brannen 89bb9cb749 Polish Javadoc 4 years ago
Sam Brannen 9b0729007f Polish MockHttpServletResponseTests 4 years ago
Brian Clozel 9aae5ed3fa Update Reactor Netty modules 4 years ago
Sam Brannen 86c52a842f Support multiple Content-Language values in MockHttpServletResponse 4 years ago
Sam Brannen d2db43a900 Polish Javadoc 4 years ago
Sam Brannen 27e0febacf Polish MockHttpServletResponseTests 4 years ago
XenoAmess ab859fcc96 Refine use of substring operations 4 years ago
XenoAmess edfc6c0293 Refine use of substring operations 4 years ago
Sam Brannen cdc234d7db Polish contribution 4 years ago
XenoAmess c547809e89 Use instanceof instead of Class#isInstance where feasible 4 years ago