1892 Commits (caaf48d4ec8dc660387f7ed05db6956c20a547a8)

Author SHA1 Message Date
Sam Brannen df263d01b9 Use idiomatic AssertJ assertions for true, false, and null 4 years ago
Henning Poettker ed4e2289cd Support H2 1.4 & 2.0 in H2SequenceMaxValueIncrementer 4 years ago
Sam Brannen 03668f9c10 Replace remaining use of StringBuffer with StringBuilder 4 years ago
Juergen Hoeller ca84559588 Provide findAnnotationOnBean variant with allowFactoryBeanInit flag 4 years ago
Stephane Nicoll b06d267232 Remove references to AsyncConfigurerSupport 4 years ago
Juergen Hoeller 14f24f43d7 Polishing 4 years ago
Sam Brannen 40d2058b97 Upgrade to JUnit 5.8.2 4 years ago
Sam Brannen c37d6c30a0 Fix nullability declarations in MergedContextConfiguration 4 years ago
Juergen Hoeller 15a6373fed Avoid nullability warnings 4 years ago
xxpain 66826ac960 Fix typo in Javadoc in HeaderAssertions 4 years ago
Koen Punt 50b92118a9 Include correct keyword in CookieAssertions failure messages 4 years ago
Sam Brannen 63fac1b7c8 Allow default CacheAwareContextLoaderDelegate configuration via system property 4 years ago
Sam Brannen 41ae9632d1 Upgrade to Checkstyle 9.0 and spring-javaformat 0.0.29 5 years ago
Sam Brannen f0aa4f4857 Escape closing curly braces in regular expressions for Android support 5 years ago
Juergen Hoeller 4f44ae3f28 Polishing 5 years ago
Sam Brannen 96e4d3a530 Fail Gradle build for Javadoc warnings 5 years ago
Sam Brannen 2567b20949 Upgrade to spring-javaformat 0.0.28 and downgrade to Checkstyle 8.41 5 years ago
Sam Brannen 28496059bc Make TestNG test methods public due to bug in TestNG TestEngine 5 years ago
Sam Brannen 40c51efee8 Introduce @Suite for TestNG tests 5 years ago
Marc Philipp e29867b96e Exclude TestCase classes in spring-test build 5 years ago
Sam Brannen 0b552a3534 Migrate to TestNG Engine for the JUnit Platform in spring-test 5 years ago
Sam Brannen d55cbf8b4d Avoid use of deprecated API in aggregateTestReports task 5 years ago
Sam Brannen 04e6b233ca Upgrade to JUnit 5.8 5 years ago
Brian Clozel cecc0849a8 Upgrade to Gradle 7.2 5 years ago
Sam Brannen 19283c9245 Avoid accidental dependency on older version of Byte Buddy 5 years ago
Sam Brannen d1a00b4301 Polishing 5 years ago
Sam Brannen 87d3d1bbd1 Throw UnsupportedOperationException in defaultResponseCharacterEncoding() 5 years ago
Rossen Stoyanchev 1b3fd9edff Ensure one time logging for request details 5 years ago
Rossen Stoyanchev 5ea7592d70 Polishing in ExchangeResult 5 years ago
Leeseojune 434cbab6a7
Update copyright date in tests in spring-test 5 years ago
Sam Brannen 3c2dfebf4e Polish soft assertion support for WebTestClient 5 years ago
Michal Rowicki 25dca40413 Introduce soft assertions for WebTestClient 5 years ago
Sam Brannen dd9b99e13d Introduce ResultActions.andExpectAll() for soft assertions in MockMvc 5 years ago
Sam Brannen cd078eaad8 Use ExceptionCollector for soft assertions in MockMvc 5 years ago
Sam Brannen 5f47d3be22 Polish soft assertions for MockMvc 5 years ago
Michal Rowicki 35bec8102b Introduce soft assertions for MockMvc 5 years ago
Sam Brannen 4c153b80ee Make ExceptionCollector.Executable public 5 years ago
Sam Brannen 81a6ba42a3 Introduce ExceptionCollector testing utility 5 years ago
Sam Brannen 8a7c4fc10d Support HtmlFileInput.setData() with HtmlUnit and MockMvc 5 years ago
Sam Brannen 7da7a976e6 Document when prepareTestInstance() is invoked by the SpringMethodRule 5 years ago
izeye 86ef0236e6 Polish printMvcResultsToWriterWithFailingGlobalResultMatcher() 5 years ago
Sam Brannen bd1f5bd9fc Support Charset for character encoding in MockMvc 5 years ago
Sam Brannen 4d115eef91 Polishing 5 years ago
Sam Brannen 0f421f9f86 Support default character encoding for response in MockMvc 5 years ago
Sam Brannen 41fa199178 Polish PrintingResultHandler 5 years ago
Sam Brannen 881fa889fc Apply global ResultHandlers before ResultMatchers in MockMvc 5 years ago
Sam Brannen e4b9b1fadb Introduce setDefaultCharacterEncoding() in MockHttpServletResponse 5 years ago
Sam Brannen 5b3f11c543 Add @Nullable to setLocale in MockHttpServletResponse 5 years ago
Sam Brannen 96ee8a3bc7 Ensure characterEncoding in MockHttpServletResponse is non-null 5 years ago
Sam Brannen 403e04c0b4 Polish MockHttpServletResponse 5 years ago