1758 Commits (424e28bc35fd03fb80cd324d1cd4221eebbcfb77)

Author SHA1 Message Date
Sam Brannen 2eee56d0e2 Polish TestPropertySourceUtils 6 years ago
Sam Brannen a271a0a2bf Ignore @NestedTestConfiguration on enclosing class for nested interface 6 years ago
Sam Brannen 69af56c4e9 Polish MetaAnnotationUtils 6 years ago
Sam Brannen e5ae2cb0fe Support Propagation.NEVER for disabling test-managed transactions 6 years ago
Sam Brannen 4a608e97dc Cross reference @NestedTestConfiguration and supported annotations 6 years ago
Sam Brannen 74c2df43cc Improve Javadoc for @NestedTestConfiguration 6 years ago
Sam Brannen 0af09e076b Make default @NestedTestConfiguration mode configurable 6 years ago
Juergen Hoeller 7f365942a5 Nullability refinements and related polishing 6 years ago
Juergen Hoeller e176c4e799 Polishing 6 years ago
Sam Brannen fbb3c5cce7 Switch the default @NestedTestConfiguration mode to INHERIT. 6 years ago
Sam Brannen 6641dbc852 Discover test config on enclosing classes for nested test classes 6 years ago
Rossen Stoyanchev 5b1b20c8c0 Polishing and minor refactoring 6 years ago
Rossen Stoyanchev e73e489fd8 Remove use of MonoProcessor.fromSinks 6 years ago
Rossen Stoyanchev 30c7940483 Fix recent regression in WebTestClient 6 years ago
Сергей Цыпанов 8a04910bdd Drop explicit zeroing at instantiation of Atomic* objects 6 years ago
Juergen Hoeller f83bb7183e Polishing 6 years ago
Sam Brannen c083b95ce1 Polishing 6 years ago
Sam Brannen 92cc006b2c Delete unused code 6 years ago
Rossen Stoyanchev db9190e0e6 Remove use of WebClient#exchange from WebTestClient 6 years ago
Brian Clozel 61d893257e Rewrite "performance" test to JMH benchmarks 6 years ago
Brian Clozel e02d3f32b4 Requalify tests as LONG_RUNNING 6 years ago
Sam Brannen bf00db3c6c Avoid AssertJ deprecation warning 6 years ago
Sam Brannen 31316a11fd Polishing 6 years ago
Rossen Stoyanchev f88759c3c9 Shared read-only instances of UrlPathHelper 6 years ago
Arjen Poutsma d550d344d5 Respect context path in WebMvc.fn & WebFlux.fn 6 years ago
Rossen Stoyanchev 25165f552d Remove erroneously committed change 6 years ago
Rossen Stoyanchev e34c800467 More updates to Web testing section 6 years ago
Rossen Stoyanchev 9b6476c0a1 Rename MockMvcTestClient to MockMvcWebTestClient 6 years ago
Сергей Цыпанов 1f3e52d932 gh-25650 Replace remaining usage of LinkedList with ArrayList in tests 6 years ago
Juergen Hoeller 71e70aed14 Polishing 6 years ago
Rossen Stoyanchev 568b44eb9d Consistent generics in spring-test Matcher declarations 6 years ago
Juergen Hoeller 874574513c Replace remaining usage of LinkedList with ArrayList/ArrayDeque 6 years ago
Juergen Hoeller 6f0461c569 Polishing 6 years ago
Juergen Hoeller 04df9b8f49 Efficient checks for empty strings and single character matches 6 years ago
Rossen Stoyanchev 7adeb461e0 WebClient exposes API for access to native request 6 years ago
Rossen Stoyanchev 3426e6274c Add MockMvcTestClient 6 years ago
Rossen Stoyanchev 128acaff8a WebTestClient cookie assertion support 6 years ago
Rossen Stoyanchev 6e8bb6c4a9 WebTestClient header assertion improvements 6 years ago
Rossen Stoyanchev f500ab0f9b Add mechanism to expose mock server results 6 years ago
Rossen Stoyanchev cb02b0e776 WebTestClient releases body on returnResult(Void.class) 6 years ago
Rossen Stoyanchev dd7369df48 WiretapConnector.Info is private 6 years ago
Rossen Stoyanchev 4116e6dd18 Pull up method to ConfiugrableMockMvcBuilder 6 years ago
Rossen Stoyanchev 443e9ee618 MockMvc applies StandardMultipartHttpServletRequest wrapper 6 years ago
Sam Brannen d939016a09 Polish contribution 6 years ago
Maciej Miklas a83529c844 Introduce createContext() factory method in AbstractGenericContextLoader 6 years ago
Sam Brannen 32e851617e Fix Javadoc formatting in GenericGroovyXmlContextLoader 6 years ago
Sam Brannen 13183c89ce Update tests due to deprecations in Reactor 6 years ago
Sam Brannen c558391e2c Declare interfaces as @FunctionalInterface where feasible 6 years ago
Sam Brannen 5de549d7d4 Update contentType property via MockHttpServletResponse::setCharacterEncoding() 6 years ago
Sam Brannen c5bb5d6c03 Polish ViewResolutionTests 6 years ago