2256 Commits (38a4f23f160af1be9c46a41a4170a7dc8ea31c46)

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