928 Commits (aebb2d52e0a33dbf9779ebf3054a110c280d23ff)

Author SHA1 Message Date
sdeleuze 568a0b5b79 Make ResponseSpec.expectBody Kotlin extension usable 8 years ago
Sam Brannen 4f3a7dd9b4 Expand scope of SpringFailOnTimeoutTests 8 years ago
Igor Suhorukov 3c34a1cb8c Throw exception from user code in SpringFailOnTimeout even if a timeout occurs 8 years ago
Sam Brannen 2523c3ab77 Clean up deprecation warning in spring-test 8 years ago
Arjen Poutsma 7e2726f400 Add remoteAddress() to ServerRequest 8 years ago
Rossen Stoyanchev 313308208e TestDispatcherServlet unwraps to find mock request 8 years ago
Juergen Hoeller 912c270f2b Polishing 8 years ago
Sam Brannen e5096be660 Polishing 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
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
Rossen Stoyanchev 72bbb2619d Commit actions are (properly) deferred 8 years ago
Rossen Stoyanchev 541ee13934 Add bufferContent option to MockRestServiceServer 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
Juergen Hoeller 139dc1d373 Polishing (collapsed if checks, consistent downcasts, refined javadoc) 8 years ago
igor-suhorukov 0f7485b01d Polish: reorder the modifiers to comply with the Java Language Specification. 8 years ago
Sam Brannen b14301bfba Allow TestContextManager to be compiled in Eclipse again 8 years ago
Sam Brannen 2454b31b30 Polish MockRestRequestMatchers[Tests] 8 years ago
Sam Brannen f932796201 Polishing 8 years ago
Sam Brannen fef0c7b151 Throw AssertionError instead of IAE in MockRestRequestMatchers 8 years ago
Yannik Hampe 4094879daf Make MockRestRequestMatchers independent of JUnit (#1720) 8 years ago
Juergen Hoeller a0cc80063d Concurrency and exception message refinements for test transactions 8 years ago
igor-suhorukov ed936cbd89 Polish: Overriding methods should do more than simply call the same method in the super class 8 years ago
Juergen Hoeller bfddbbe731 Polishing 8 years ago
igor-suhorukov 8080f56db8 Polish: "@Override" should be used on overriding and implementing methods 8 years ago
Juergen Hoeller 9e55422334 Polishing 8 years ago
Juergen Hoeller 01d9475bcc Turn registered controller classes into controller instances on the fly 8 years ago
igor-suhorukov c782075a13 Polish: Array designators "[]" should be on the type, not the variable 8 years ago
Juergen Hoeller 3531c104b0 Prefer Collections.addAll call with array over Set.addAll(Arrays.asList) 8 years ago
Juergen Hoeller a5cbf5fe24 Consistent use of Collection.toArray with zero-sized array argument 8 years ago
Rossen Stoyanchev bb8cddda23 Assert instances (vs classes) in MockMvc/WebTestClient 8 years ago
Juergen Hoeller 0de36d2883 Consistent HttpMethod identity comparisons 8 years ago
Juergen Hoeller d7cab23e6d Consistent use of StringUtils.toStringArray 8 years ago
Juergen Hoeller 8d3264f680 Prefer List.sort(Comparator) over Collections.sort(List, Comparator) 8 years ago
igor-suhorukov 2be4985b8f Polish: anonymous inner classes containing only one method should become lambdas, 8 years ago
igor-suhorukov 45e520ed86 Polish: remove unused private fields, remove empty operator 8 years ago
Juergen Hoeller 39201adca4 Consistent handling of InterruptedException 8 years ago
igor-suhorukov 9a6fbf59c5 Polish: follow name convention - make immutable fields final 8 years ago
Stephane Nicoll 991eb4858e Update copyright header 8 years ago
igor-suhorukov e381514b07 Collection.isEmpty() should be used to test for emptiness 8 years ago
Rossen Stoyanchev f20eacdb9b Polish 8 years ago
Rob Winch 0cd427bdd3 MockHttpServletRequestBuilder decodes pathInfo 8 years ago
Juergen Hoeller b3e21ec737 MockHttpServletRequest leniently handles invalid Accept-Language header 8 years ago