2253 Commits (616e7779e071728add3ca282922d295a06efb51b)

Author SHA1 Message Date
rstoyanchev 18896aceca Adapt empty path to "/" in MockMvc 3 years ago
Simon Baslé 189d4e3e4c
Allow MockRest to match header/queryParam value list with one Matcher 3 years ago
Johnny Lim 431ae03447 Polish 3 years ago
rstoyanchev 9c0b28ffdc Fix StringIndexOutOfBoundsException 3 years ago
Sam Brannen 97e557c886 Update copyright headers 3 years ago
Manthan Bhatt 89c170b095
Restrict forwards in MockMvcWebConnection to 100 3 years ago
Sam Brannen 482482f62b Revise Testcontainers examples based on feedback 3 years ago
Johnny Lim 28602ad012 Add MockMvc.multipart() Kotlin extensions with HttpMethod 3 years ago
Sam Brannen 8e9dc3590d Update @DynamicPropertySource examples regarding changes in Testcontainers 3 years ago
Brian Clozel 5fd73f0bae Fix MockHttpServletRequest InputStream for empty body 3 years ago
Sam Brannen 58872c79ee Update copyright headers 3 years ago
Sam Brannen 24f18275dd Stop referring to "Spring 3.x" features in documentation and code 3 years ago
Sam Brannen 0502d18e3d Update copyright headers 3 years ago
Sam Brannen c4c786596f Migrate to Mockito.mock(T...) where feasible 3 years ago
Johnny Lim 2fe75c1a24
Polish HttpStatus 103 EARLY_HINTS javadocs (#29841) 3 years ago
Sam Brannen ad5c636aff Upgrade to Mockito 5.0 3 years ago
Sam Brannen a12c9a0430 Update copyright headers 3 years ago
Simon Baslé 5de1460f88
Deprecate HttpStatus 103 CHECKPOINT in favor of new EARLY_HINTS (#29816) 3 years ago
Sam Brannen a4956dfe26 Update copyright headers 3 years ago
Krzysztof Krason afb8a0d1b1 Use new Java features (switch expressions, text blocks, new JDK methods) 3 years ago
rstoyanchev c702cd418e Polishing 3 years ago
Simon Baslé 4bcc24372a Add ExecutingResponseCreator 3 years ago
Simon Baslé 74f58198fd
Add Kotlin DSL support for MockMVC andExpectAll (#29727) 3 years ago
Sam Brannen d4623a393b Update copyright headers 3 years ago
Sam Brannen 2b6f3caff4 Remove dead code in MockClientHttpRequest 3 years ago
Sam Brannen 83eb8ac0ea Introduce additional constructors in MockClientHttp[Request|Response] 3 years ago
Sam Brannen a1a140f7d5 Use URI#create instead of URI constructor where feasible in spring-test 3 years ago
Sam Brannen 4caf3c8ce0 Polish tests in spring-test 3 years ago
Sam Brannen 485c80fcf3 Apply 'instanceof pattern matching' in spring-test and Servlet mocks 3 years ago
Sam Brannen 69f47e7700 Polishing 3 years ago
Sam Brannen 404661d5cb Polishing 3 years ago
Sam Brannen 7615762039 Update copyright headers 3 years ago
ShenFeng312 c79474d269
Polish var-args declarations 3 years ago
Moritz Halbritter 752ef6f456 Fall back to JdkClientHttpConnector as ClientHttpConnector 3 years ago
Sam Brannen aa1f3d1681 Apply "instanceof pattern matching" 3 years ago
Johnny Lim 74ec10bf3a Polish 3 years ago
Sam Brannen ad60164911 Update copyright headers for source code changed since August 2022 3 years ago
Sam Brannen 8e9a553517 Update Javadoc regarding JUnit versions 3 years ago
Sam Brannen 537d539b1d Use JUnit Jupiter annotations as examples in TestContextManager JavaDoc 3 years ago
Sam Brannen 476b9cfc99 Polish TestContextManager internals 3 years ago
Sam Brannen 352087a637 Forbid loading of test ApplicationContext in AOT mode if AOT processing failed 3 years ago
Sam Brannen 33d33802a8 Improve logging in TestContextManager 3 years ago
Sam Brannen 9ec937c843 Remove erroneous Javadoc link 3 years ago
Sam Brannen 7fcd1de8e3 Use AssertJ's isEmpty() instead of hasSize(0) 3 years ago
Sam Brannen d5b0b2b1a1 User AssertJ's hasSize() for arrays 3 years ago
Sam Brannen 36f7597f25 Use AssertJ's hasSize() for collections and maps 3 years ago
Sam Brannen 43f8d9e084 Apply 'instanceof pattern matching' 3 years ago
Sam Brannen 917c41fd52 Use Set.of() for constant sets where appropriate 3 years ago
Sam Brannen 508d2c7a77 Fix Javadoc formatting issues for headings 3 years ago
Sam Brannen 8e64701cb7 Fix Javadoc formatting issue in TestSocketUtils 3 years ago