1131 Commits (bba5dcaab39b613404129899a0204499442a3141)

Author SHA1 Message Date
Sebastien Deleuze 265960f09c Add StatusResultMatchers.isEqualTo Kotlin extension 7 years ago
Rossen Stoyanchev 15182b29a4 Add MockWebSession for use with MockServerWebExchange 7 years ago
Rossen Stoyanchev 4da43de7e1 Remove individual detection of forwarded headers 7 years ago
Rossen Stoyanchev d3f3b41f52 MockHttpServletResponse writer sets committed flag 7 years ago
Rossen Stoyanchev eef592d901 Add builder to MockServerWebExchange 7 years ago
Sam Brannen 7444a62f98 Test Spring-managed JUnit Jupiter extension 7 years ago
Arjen Poutsma 22edab852d Provide simple way to create ServerRequest 7 years ago
Juergen Hoeller a683472daa Support for non-standard HTTP status in reactive ClientHttpResponse 7 years ago
Rossen Stoyanchev 9bc4e70e93 Better assertion message in MockPart 7 years ago
Sam Brannen ae3fd49ebb Introduce non-transactional test for TestNG support 7 years ago
sdeleuze 568a0b5b79 Make ResponseSpec.expectBody Kotlin extension usable 7 years ago
Sam Brannen c6ed41ec47 Suppress warning in SpringFailOnTimeoutTests 7 years ago
Sam Brannen 8317f12a9b Move SpringFailOnTimeoutTests to 'statements' package 7 years ago
Sam Brannen 4f3a7dd9b4 Expand scope of SpringFailOnTimeoutTests 7 years ago
Igor Suhorukov 3c34a1cb8c Throw exception from user code in SpringFailOnTimeout even if a timeout occurs 7 years ago
Sam Brannen 2523c3ab77 Clean up deprecation warning in spring-test 7 years ago
Arjen Poutsma 7e2726f400 Add remoteAddress() to ServerRequest 7 years ago
Rossen Stoyanchev 313308208e TestDispatcherServlet unwraps to find mock request 7 years ago
Sam Brannen 56774baa2a Use Gradle 4.6's built-in support for the JUnit Platform 7 years ago
Sam Brannen 71cacff8c2 Upgrade to JUnit Jupiter 5.1 7 years ago
Juergen Hoeller 912c270f2b Polishing 7 years ago
Sam Brannen e5096be660 Polishing 7 years ago
Sam Brannen f79562f8d1 Introduce tests for generics & @Nested test classes 7 years ago
Juergen Hoeller d553ddc5b3 Nullability refinements (based on IntelliJ IDEA 2018.1 introspection) 7 years ago
igor-suhorukov c1ff97e2a8 Short-circuit logic should be used in boolean contexts 7 years ago
Sam Brannen 9244090ba0 Support DI of individual constructor args in @Nested tests 7 years ago
Rossen Stoyanchev f9e6ea5482 MvcResult returns asyncResult after asyncDispatch 7 years ago
igor-suhorukov 4aae6a6dda Use Map.forEach instead of manual Map.Entry iteration wherever possible SPR-16646 7 years ago
Sam Brannen 75f70b269e Introduce @Nested tests with constructor injection 7 years ago
Juergen Hoeller f00afe3247 Use (Concurrent)Map.computeIfAbsent for lazy nested collection creation 7 years ago
Arjen Poutsma c56317928f Add formData() and multipartData() to ServerRequest 7 years ago
Juergen Hoeller c1405ef140 Polishing 7 years ago
Arjen Poutsma b31d55dfce Deprecated ClientRequest.method in favor of ClientRequest.create 7 years ago
Rossen Stoyanchev 72bbb2619d Commit actions are (properly) deferred 7 years ago
Rossen Stoyanchev 541ee13934 Add bufferContent option to MockRestServiceServer 7 years ago
Rossen Stoyanchev f7e75a5b82 Polish MockRestServiceServer client tests 7 years ago
Sam Brannen 5f4d5f17f7 Polishing 7 years ago
Sam Brannen 2c2ce55f47 Support target type in JsonPath assertions for MockMvc results 7 years ago
Bronwyn Perry-Huston d64f2eb038 Add JSON matcher to assert on request body 7 years ago
Sam Brannen 1fa1f2b58a Delete unused import 7 years ago
Rossen Stoyanchev 3653a37e27 Polish tests 7 years ago
Sam Brannen 107f8bb5fd Polishing 7 years ago
Sam Brannen 00fea23e6b Introduce test for WebTestClient with RegEx-based JsonPath 7 years ago
Juergen Hoeller 139dc1d373 Polishing (collapsed if checks, consistent downcasts, refined javadoc) 7 years ago
igor-suhorukov 0f7485b01d Polish: reorder the modifiers to comply with the Java Language Specification. 7 years ago
Sam Brannen b14301bfba Allow TestContextManager to be compiled in Eclipse again 7 years ago
Sam Brannen 2454b31b30 Polish MockRestRequestMatchers[Tests] 7 years ago
Sam Brannen f932796201 Polishing 7 years ago
Sam Brannen fef0c7b151 Throw AssertionError instead of IAE in MockRestRequestMatchers 7 years ago
Yannik Hampe 4094879daf Make MockRestRequestMatchers independent of JUnit (#1720) 7 years ago