1140 Commits (58872c79ee011abce7fdc321a4e09a05758aed4e)

Author SHA1 Message Date
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
Sam Brannen ad5c636aff Upgrade to Mockito 5.0 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 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 404661d5cb Polishing 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 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 698f8995f7 Revise TestSocketUtils and tests 3 years ago
Chris Bono ee51dab1f3 Introduce TestSocketUtils as a replacement for SocketUtils 3 years ago
Sam Brannen ae3bec5d57 Allow test classes to provide runtime hints via declarative mechanisms 3 years ago
Sam Brannen 7d68d0625c Polishing 3 years ago
Kulwant Singh debe78b7f9 Minor improvements in spring-test 3 years ago
Juergen Hoeller 19cf503534 Align with Servlet 6.0 and introduce support for Jakarta WebSocket 2.1 3 years ago
Sam Brannen 5f02323b9c Avoid String allocations with Assert.isTrue() 3 years ago
Sam Brannen a13cb01b99 Load ApplicationContextFailureProcessors from spring.factories 3 years ago
Sam Brannen 997dd3ee65 Revise logging in the TestContext framework 3 years ago
Sam Brannen eadb003a8d Introduce builder API for AOT processor Settings 4 years ago
Sam Brannen 6bdf0bcc4a Introduce ApplicationContextFailureProcessor SPI in the TCF 4 years ago
Sam Brannen f00e4b230f Support method chaining in AbstractAotProcessor.Settings 4 years ago
Sam Brannen cad7444afa Introduce Settings container in AbstractAotProcessor 4 years ago
Sam Brannen b2b3163fae Redesign AOT processors for consistency and simplification 4 years ago
Sam Brannen 69e4cc5576 Ensure context caching works properly during AOT runtime in the TCF 4 years ago
Sam Brannen b20de758b2 Support custom status code in ExchangeResult for WebTestClient 4 years ago
Johnny Lim 1c1a0afbed Use AssertJ static imports consistently in 5.3.x 4 years ago
Sam Brannen 647e811e47 Restructure AopTestUtilsTests 4 years ago
Sam Brannen 66395502db Polishing 4 years ago
Stephane Nicoll 2f20d6322b Enable cglib proxy for configuration classes if necessary 4 years ago
rstoyanchev b1ee44f12e Polishing contribution 4 years ago
Ashley Scopes d14477eb84 Add methods to DefaultResponseCreator & MockRestResponseCreators 4 years ago
Phillip Webb 6802665177 Refactor GeneratedFilesTestCompilerUtils to CompilerFiles 4 years ago
Stephane Nicoll 4625e92eb8 Break dependency between TestCompiler and AOT 4 years ago
Sam Brannen f140464c12 Remove unused variable in test 4 years ago
Phillip Webb 52bffbff76 Move `TestCompiler` and related classes to `core.test.tools` package 4 years ago
Phillip Webb cc7552ec61 Rename @CompileWithTargetClassAccess 4 years ago
Stephane Nicoll b44eb63d29 Workaround LinkageError with TestCompiler 4 years ago
rstoyanchev f3c082abac Deprecate ignoreDefaultModelOnRedirect property 4 years ago
Sam Brannen 948c9b85a0 Revise internals of AOT testing support 4 years ago