1287 Commits (b1b28d46414c6aff08684705fc3997718dcf5205)

Author SHA1 Message Date
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
Juergen Hoeller 99bb97388e Upgrade to Tomcat 8.5.29 and Selenium 3.11 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 2a3f90dc7b Upgrade to Hibernate ORM 5.2.15 and Hibernate Validator 6.0.8 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
Juergen Hoeller 4f8c4546f1 Upgrade to SnakeYAML 1.20 and Selenium 3.10 7 years ago
Juergen Hoeller a0cc80063d Concurrency and exception message refinements for test transactions 7 years ago
igor-suhorukov ed936cbd89 Polish: Overriding methods should do more than simply call the same method in the super class 7 years ago
Juergen Hoeller bfddbbe731 Polishing 7 years ago
igor-suhorukov 8080f56db8 Polish: "@Override" should be used on overriding and implementing methods 7 years ago
Juergen Hoeller 33cd160861 Upgrade to Reactor Bismuth SR7, Hibernate ORM 5.2.14, Common Annotations 1.3.2 7 years ago
Rossen Stoyanchev e12fcca1e3 Fix failing test 7 years ago
Juergen Hoeller 9e55422334 Polishing 7 years ago
Juergen Hoeller 01d9475bcc Turn registered controller classes into controller instances on the fly 7 years ago
igor-suhorukov c782075a13 Polish: Array designators "[]" should be on the type, not the variable 7 years ago
Juergen Hoeller 3531c104b0 Prefer Collections.addAll call with array over Set.addAll(Arrays.asList) 7 years ago
Juergen Hoeller a5cbf5fe24 Consistent use of Collection.toArray with zero-sized array argument 7 years ago
Rossen Stoyanchev bb8cddda23 Assert instances (vs classes) in MockMvc/WebTestClient 7 years ago
Juergen Hoeller 0de36d2883 Consistent HttpMethod identity comparisons 7 years ago
Juergen Hoeller d7cab23e6d Consistent use of StringUtils.toStringArray 7 years ago
Juergen Hoeller 8d3264f680 Prefer List.sort(Comparator) over Collections.sort(List, Comparator) 7 years ago
igor-suhorukov 2be4985b8f Polish: anonymous inner classes containing only one method should become lambdas, 7 years ago
Juergen Hoeller 3b810f3544 Consistent Class array vs vararg declarations (and related polishing) 7 years ago
igor-suhorukov 45e520ed86 Polish: remove unused private fields, remove empty operator 7 years ago
Sam Brannen c11a963b1e Remove dependency on apiguardian-api in spring-test 7 years ago
Juergen Hoeller c9aede3727 Upgrade to Tomcat 8.5.28 (and Selenium HtmlUnit Driver 2.29.2) 7 years ago
Juergen Hoeller a5a069c5b1 Upgrade to JavaMail 1.6.1 7 years ago
Juergen Hoeller 91965500cb Upgrade to TestNG 6.14.2 and Selenium 3.9.1 7 years ago
igor-suhorukov 0ee505b73e Polish: assertion arguments should be passed in the correct order, 7 years ago
Juergen Hoeller 39201adca4 Consistent handling of InterruptedException 7 years ago
igor-suhorukov 9a6fbf59c5 Polish: follow name convention - make immutable fields final 7 years ago
Stephane Nicoll 991eb4858e Update copyright header 7 years ago