3288 Commits (bcc9e27dd00a7eaf2f7e66d04d04ed31d0dd1efc)

Author SHA1 Message Date
Sam Brannen bcc9e27dd0 Polishing 5 days ago
Sam Brannen 0f4ee906de Extract BeanOverrideUtils from BeanOverrideHandler 6 days ago
Brian Clozel 4c1b4f33a8 Skip Jaxb auto-detection in HttpMessageConverters for servers 6 days ago
Sam Brannen 7f7f7c5f5b Invoke assertIsMock() before configuring mocks 7 days ago
Yanming Zhou 0eba6f0da3 Add typesafe method to get generic bean by name with type reference 7 days ago
Sam Brannen 43b01382ed Support global ExtensionContext scope configuration for SpringExtension 1 week ago
Sam Brannen 8ca0262e2f Avoid the use of assertThat(Arrays.equals(...)) 2 weeks ago
Sam Brannen 2ce21f7654 Convert assertThat(x.equals(y)).isFalse() to assertThat(x).isNotEqualTo(y) 2 weeks ago
Sam Brannen 1256307c83 Enable SpringJUnit5 Checkstyle rule 2 weeks ago
Sam Brannen 4c14abf0cd Remove obsolete "test" prefix from test method names 2 weeks ago
Brian Clozel df817364b2 Fix `WebTestClient` list assertions 2 weeks ago
Sam Brannen 5eb0e99d58 Fix common typos and grammatical mistakes 2 weeks ago
Sam Brannen 17699103dc Consistently use American English spelling 2 weeks ago
Sam Brannen a07033f3fb Resolve all default context configuration within test class hierarchies 2 weeks ago
Sam Brannen 293a9c0ee3 Allow local @⁠BootstrapWith annotation to override a meta-annotation 2 weeks ago
rstoyanchev 5168e3a38b Polishing contribution 3 weeks ago
husseinvr97 d4893fb32f Support defaultHtmlEscape in WebFlux 3 weeks ago
Sam Brannen 3a266e65d6 Revise nullability in AnnotationConfigContextLoaderUtils 3 weeks ago
Sam Brannen 463138acbc Resolve context initializers only once in AbstractTestContextBootstrapper 3 weeks ago
Sam Brannen 13b0643828 Invoke resolveContextLoader() only once in AbstractTestContextBootstrapper 3 weeks ago
Sam Brannen 548b2167b0 Simplify changes made in commit c2d0d292bd 3 weeks ago
Sam Brannen c2d0d292bd Re-resolve ContextLoader in logWarningForIgnoredDefaultConfig() 4 weeks ago
Sam Brannen 7a420b28df Revise custom @⁠BootstrapWith use case in test 4 weeks ago
Sam Brannen 63723fadb6 Introduce tests for additional @⁠BootstrapWith use cases 4 weeks ago
Sam Brannen ab7a2c4e70 Rename configuration.interfaces package to config.interfaces 4 weeks ago
Sam Brannen 824aa137f8 Align implementation of injectDependencies() with injectDependenciesInAotMode() 1 month ago
Sam Brannen 0dc44f79d5 Avoid superfluous MergedContextConfiguration equals() check 1 month ago
Sam Brannen f481f99516 Avoid unnecessary List and Stream creation 1 month ago
Sam Brannen 72ed2eaa31 Fix lambda variable names 1 month ago
Sam Brannen 0676c958f7 Log warning for ignored default context configuration in tests 1 month ago
Sam Brannen d6b7cea327 Polishing 1 month ago
rstoyanchev b9a59853fa Use case-insensitive comparator in HttpHeadersAssert 1 month ago
Sam Brannen d84c4a39e2 Stop referring to "Java 8" features in documentation 2 months ago
Sam Brannen a08a4d6068 Document @⁠SpringExtensionConfig in the reference manual 2 months ago
Sam Brannen ba47dd0714 Fix links to JUnit User Guide 2 months ago
Sébastien Deleuze 611811d8fc Anticipate fixing Kotlin 2.3 compilation warning 2 months ago
Juergen Hoeller 1c56ec3f7e Polishing 2 months ago
Sam Brannen 17e02804ba Revert changes to FailingBeforeAndAfterMethodsTestNGTests 2 months ago
Sam Brannen c4c167c0e1 Convert various test classes to @⁠ParameterizedClass 2 months ago
rstoyanchev 9b95482557 ContentRequestMatchers supports HttpEntity multipart 2 months ago
Sam Brannen 01a57a7219 Simplify DefaultContextCache implementation by using entrySet().removeIf() 3 months ago
Sam Brannen b5c2003c51 Fix variable name 3 months ago
Sam Brannen fa404063ab Avoid unnecessary pausing of application contexts for tests 3 months ago
Sam Brannen 19c2506476 Do not restart contexts if pausing is disabled 3 months ago
Sam Brannen 8e6d44349d Polishing 3 months ago
Sam Brannen ceb6ab3c74 Introduce ContextCacheTestSuite 3 months ago
Sam Brannen 9711db787e Introduce Spring property to disable context pausing for tests 3 months ago
rstoyanchev 5551292639 Polishing contribution 3 months ago
Sébastien Deleuze a55309d478 Null-mark org.springframework.test.web.support package 3 months ago
木葉 Scarlet d077e043d6 Consistently declare @⁠Nullable on parameter in equals() implementations 3 months ago