1139 Commits (35da9f1ddf4e740344ad12154d9f1b59ec155bd6)

Author SHA1 Message Date
Rossen Stoyanchev 3bb11a0123 Fix failing test 7 years ago
Rossen Stoyanchev b89cb20b1d Lenient date parsing in HeadersResultMatchers 8 years ago
Juergen Hoeller 52ed4226bd Tests for MockHttpServletRequestTests.setContent reset in 5.0.x 8 years ago
Rossen Stoyanchev fc2f3ecf44 More defensive check for MockAsyncContext 8 years ago
Rossen Stoyanchev d551710c32 Restore calls to setLocale in MockHttpServletResponse 8 years ago
Juergen Hoeller a21ce42558 MockHttpServletRequest allows for removing registered header entries 8 years ago
Toshiaki Maki ee559bb2c8 Use long for expires and lastModified in HeaderAssertions 8 years ago
Juergen Hoeller b5270a9cff Polishing 8 years ago
Juergen Hoeller 92228f9e64 Fix recent javadoc errors 8 years ago
Kazuhiro Sera a80f4caf37 Fix typos detected by github.com/client9/misspell 8 years ago
Juergen Hoeller f9307897b6 Polishing 8 years ago
Juergen Hoeller 8c1290084d Polishing 8 years ago
Juergen Hoeller fd75600c26 Polishing 8 years ago
Rossen Stoyanchev 2d83051ce1 bindToApplicatonContext uses WebSessionManager bean 8 years ago
Rossen Stoyanchev f9ff6d4192 Polish 8 years ago
Juergen Hoeller 93ef169c5c Polishing 8 years ago
Rossen Stoyanchev 9458186e83 Polish DefaultUriBuilderFactory 8 years ago
Juergen Hoeller ea534b6820 Polishing 8 years ago
Juergen Hoeller a631af80c1 Polishing 8 years ago
Rossen Stoyanchev 9d36fd0b68 Respect async request timeout of -1 in MockMvc 8 years ago
Sebastien Deleuze 4d69ec48b1 Add StatusResultMatchers.isEqualTo Kotlin extension 8 years ago
Juergen Hoeller a9548f93e4 Support for non-standard HTTP status in reactive ClientHttpResponse 8 years ago
Rossen Stoyanchev f7376bdde3 Better assertion message in MockPart 8 years ago
sdeleuze 91c8b62817 Make ResponseSpec.expectBody Kotlin extension usable 8 years ago
Sam Brannen c3bc125093 Suppress warning in SpringFailOnTimeoutTests 8 years ago
Sam Brannen 02e09098e4 Expand scope of SpringFailOnTimeoutTests 8 years ago
Igor Suhorukov 230c8f93e8 Throw exception from user code in SpringFailOnTimeout even if a timeout occurs 8 years ago
Rossen Stoyanchev 7a896d7d80 TestDispatcherServlet unwraps to find mock request 8 years ago
Juergen Hoeller 912c270f2b Polishing 8 years ago
Sam Brannen e5096be660 Polishing 8 years ago
Sam Brannen f79562f8d1 Introduce tests for generics & @Nested test classes 8 years ago
Juergen Hoeller d553ddc5b3 Nullability refinements (based on IntelliJ IDEA 2018.1 introspection) 8 years ago
igor-suhorukov c1ff97e2a8 Short-circuit logic should be used in boolean contexts 8 years ago
Sam Brannen 9244090ba0 Support DI of individual constructor args in @Nested tests 8 years ago
Rossen Stoyanchev f9e6ea5482 MvcResult returns asyncResult after asyncDispatch 8 years ago
igor-suhorukov 4aae6a6dda Use Map.forEach instead of manual Map.Entry iteration wherever possible SPR-16646 8 years ago
Sam Brannen 75f70b269e Introduce @Nested tests with constructor injection 8 years ago
Juergen Hoeller f00afe3247 Use (Concurrent)Map.computeIfAbsent for lazy nested collection creation 8 years ago
Arjen Poutsma c56317928f Add formData() and multipartData() to ServerRequest 8 years ago
Juergen Hoeller c1405ef140 Polishing 8 years ago
Arjen Poutsma b31d55dfce Deprecated ClientRequest.method in favor of ClientRequest.create 8 years ago
Rossen Stoyanchev 72bbb2619d Commit actions are (properly) deferred 8 years ago
Rossen Stoyanchev 541ee13934 Add bufferContent option to MockRestServiceServer 8 years ago
Rossen Stoyanchev f7e75a5b82 Polish MockRestServiceServer client tests 8 years ago
Sam Brannen 5f4d5f17f7 Polishing 8 years ago
Sam Brannen 2c2ce55f47 Support target type in JsonPath assertions for MockMvc results 8 years ago
Bronwyn Perry-Huston d64f2eb038 Add JSON matcher to assert on request body 8 years ago
Sam Brannen 1fa1f2b58a Delete unused import 8 years ago
Rossen Stoyanchev 3653a37e27 Polish tests 8 years ago
Sam Brannen 107f8bb5fd Polishing 8 years ago