1911 Commits (d5f36c7e2c26a615d48fcded27c1f90cbebd8325)

Author SHA1 Message Date
Sam Brannen 6641dbc852 Discover test config on enclosing classes for nested test classes 4 years ago
Rossen Stoyanchev 5b1b20c8c0 Polishing and minor refactoring 4 years ago
Rossen Stoyanchev e73e489fd8 Remove use of MonoProcessor.fromSinks 4 years ago
Rossen Stoyanchev 30c7940483 Fix recent regression in WebTestClient 4 years ago
Сергей Цыпанов 8a04910bdd Drop explicit zeroing at instantiation of Atomic* objects 4 years ago
Juergen Hoeller f83bb7183e Polishing 4 years ago
Sam Brannen c083b95ce1 Polishing 4 years ago
Sam Brannen 92cc006b2c Delete unused code 4 years ago
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