1841 Commits (76b1c0f1fcf9b4720cbd2d3602289af24de3bf69)

Author SHA1 Message Date
Sam Brannen a2ef6badc4 Use StringBuilder.append(char) where possible 3 years ago
Sam Brannen 000b6a7e95 Polish @ResponseStatus javadoc and StatusAssertionTests 3 years ago
Rossen Stoyanchev cc2b980e5c Update MockMvc default for suffixPattern matching 3 years ago
Sam Brannen cd9cad31f9 Increase the likelihood that timed tests pass on CI server 4 years ago
Juergen Hoeller 5f5cd8a7c4 Log resource path resolution failure at debug level (instead of warn) 4 years ago
Sam Brannen d79e33b5a0 Handle empty file input in HtmlUnitRequestBuilder 4 years ago
Sam Brannen 959e6d1745 Handle empty file input in HtmlUnitRequestBuilder 4 years ago
Johnny Lim 98770b15e7
Polishing 4 years ago
Sam Brannen e4f753e3e3 Honor class-level @DirtiesContext if test class is disabled via SpEL 4 years ago
Rossen Stoyanchev 4982b5fcb9 Improve docs on SSE tests for Spring MVC 4 years ago
Rebwon fd17738f76 Polish TestContextAnnotationsUtilsTests 4 years ago
Juergen Hoeller 4f14291e2f Add since tag 4 years ago
Rebwon 7f422f206c Polishing 4 years ago
Rossen Stoyanchev 6e264f9bdd Add test for global Consumer<ExchangeResult> in WebTestClient 4 years ago
Rossen Stoyanchev c6b271f1b6 Support global Consumer<ExchangeResult> in WebTestClient 4 years ago
Juergen Hoeller c1b1940dd2 Polishing 4 years ago
Juergen Hoeller 97b3aa4b13 Polishing 4 years ago
Michal Stehlik 79b5710386 StatusAssertion value methods fail when used with custom status code 4 years ago
Sam Brannen 5593e95e89 Do not assert thread count in ParallelApplicationEventsIntegrationTests 4 years ago
Johnny Lim cf4e77907f
Fix MockHttpServletRequest reference in Javadoc 4 years ago
Rossen Stoyanchev 274db2f7a9 Undo HttpServletMapping support in MockHttpServletRequest 4 years ago
Sam Brannen 49ccd7ad9c Polish MockHttpServletResponseTests 4 years ago
Koos Gadellaa 40661d62c1 Support cookie w/ only Expires attribute in MockHttpServletResponse 4 years ago
Sam Brannen e17ca9a4e9 Implement toString() in MockCookie 4 years ago
Juergen Hoeller ca8261cbf8 Polishing 4 years ago
Juergen Hoeller df977a2fd2 Nullability refinements and related polishing 4 years ago
Sam Brannen 5d70aaacef Improve diagnostics for flaky ParallelApplicationEventsIntegrationTests 4 years ago
Sam Brannen bc90512309 Fix Checkstyle violation 4 years ago
Sam Brannen edd15646af Check available processors in ParallelApplicationEventsIntegrationTests 4 years ago
Sam Brannen 836976d732 Increase fudge factor 4 years ago
Rossen Stoyanchev c52526ad42 Fix in MockMultipartHttpServletRequest#getMultipartHeaders 4 years ago
Sam Brannen 1a3ff83157 Remove obsolete code in HeaderValueHolder 4 years ago
Sam Brannen c19b2851f1 Ignore null Locale in MockHttpServletResponse 4 years ago
Sam Brannen 3b4a3431d4 Ignore null header value in MockHttpServletResponse 4 years ago
Rossen Stoyanchev f22e2ac578 Add HttpServletMapping support to MockHttpServletRequest 4 years ago
Sam Brannen cd9d562129 Check thread count in ParallelApplicationEventsIntegrationTests 4 years ago
Sam Brannen 4a7a2258f9 Unwrap proxied DataSources in SqlScriptsTestExecutionListener 4 years ago
Rossen Stoyanchev 584dabbb39 Add all non-file parts as request parameters 4 years ago
Rossen Stoyanchev 35225e5794 Add verify(Duration) to MockRestServiceServer 4 years ago
Rossen Stoyanchev a1cf6bbc37 Avoid wrapping of AssertionError in ExchangeResult 4 years ago
Rossen Stoyanchev fb2e53276c Assert WebFlux present for WebTestClient 4 years ago
Sam Brannen ee41ebc1ab Polish MockMvcReuseTests 4 years ago
Sam Brannen 885f6dbab9 Ensure ParallelApplicationEventsIntegrationTests passes on CI server 4 years ago
Sam Brannen 1565f4b83e Introduce ApplicationEvents to assert events published during tests 4 years ago
Juergen Hoeller fbd2ffdd23 Consistent declarations and assertions in MockMultipartFile 4 years ago
Sam Brannen b3a47c76f8 Introduce TestContextAnnotationUtils.hasAnnotation() 4 years ago
Sam Brannen 1292947f78 Introduce computeAttribute() in AttributeAccessor 4 years ago
Rossen Stoyanchev bcfbde9848 Parse parts in MockMultipartHttpServletRequestBuilder 4 years ago
Rossen Stoyanchev d82cb15439 Ensure both mock files and parts can be provided 4 years ago
Sébastien Deleuze 0fd6c100a6 Polishing 4 years ago