1707 Commits (2ce21f765471736433e11af57299bc0c4c030263)

Author SHA1 Message Date
Sam Brannen 2ce21f7654 Convert assertThat(x.equals(y)).isFalse() to assertThat(x).isNotEqualTo(y) 5 days ago
Sam Brannen 1256307c83 Enable SpringJUnit5 Checkstyle rule 1 week ago
Sam Brannen 4c14abf0cd Remove obsolete "test" prefix from test method names 1 week ago
Sam Brannen 7a420b28df Revise custom @⁠BootstrapWith use case in test 3 weeks ago
Sam Brannen 63723fadb6 Introduce tests for additional @⁠BootstrapWith use cases 3 weeks ago
Sam Brannen ab7a2c4e70 Rename configuration.interfaces package to config.interfaces 3 weeks ago
Sam Brannen 0676c958f7 Log warning for ignored default context configuration in tests 4 weeks ago
rstoyanchev b9a59853fa Use case-insensitive comparator in HttpHeadersAssert 1 month 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 fa404063ab Avoid unnecessary pausing of application contexts for tests 2 months ago
Sam Brannen 8e6d44349d Polishing 2 months ago
Sam Brannen ceb6ab3c74 Introduce ContextCacheTestSuite 2 months ago
Sam Brannen 9711db787e Introduce Spring property to disable context pausing for tests 2 months ago
Brian Clozel 7353ab41d2 Fix memory leak in WiretapConnector 3 months ago
Sam Brannen 1da0e13a2b Polishing 3 months ago
Juergen Hoeller e2c9dc7138 Revert to previous behavior for 7.0.2 (based on Boot/Data impact) 3 months ago
Sam Brannen 1818161f58 Ensure bottom-up semantics in resolveDefaultContextConfigurationAttributes() 3 months ago
Sam Brannen 8916ee9f81 Set inheritLocations to true in ContextConfigurationAttributes constructor 3 months ago
Sam Brannen 4ae471df01 Resolve all default context configuration within @⁠Nested hierarchy 4 months ago
Sam Brannen 44689b9ec0 Simplify RestTestClientIntegrationTests and remove duplicate field 4 months ago
jnizet 1603045c7d Avoid passing null as argument marked as non-nullable 4 months ago
Brian Clozel 08e6d762d2 Always buffer response body in RestTestClient 4 months ago
Vincent Potucek 83bbf16e6c Modernize java.time API usages 4 months ago
rstoyanchev f80b79bc45 Configure JsonPath in RestTestClient with MappingProvider 4 months ago
Sam Brannen e4f8ae0338 Stop setting local port in HtmlUnitRequestBuilder 5 months ago
Sam Brannen 386c6cafc9 Fix typo in test 5 months ago
Sam Brannen a0baeae9cf Fix port handling in HtmlUnitRequestBuilder 5 months ago
Sam Brannen 934394eb2a Document AOT workaround for @⁠PersistenceContext & @⁠PersistenceUnit in tests 5 months ago
rstoyanchev 7445f542f4 AssertJ support for WebTestClient 5 months ago
rstoyanchev 125002844e Add JsonConverterDelegate 5 months ago
Sam Brannen c0c94d5d86 Reject attempt to use @⁠MockitoSpyBean with a scoped proxy 5 months ago
Sam Brannen 1fc446b3fc Provide AOT support for @⁠Nested classes in a @⁠ParameterizedClass 5 months ago
Sam Brannen 096303c477 Use @⁠Autowired EntityManager in Jupiter JPA tests 5 months ago
rstoyanchev 1ee05cc180 Update contribution 5 months ago
Thomas Recloux 8e046b8a3c Clone RestTestClientBuilder in mutate() 5 months ago
Sam Brannen 81d69216b1 Rename to MockMvcRestTestClientTests and remove use of SpringExtension 5 months ago
Sam Brannen b4a13dddfc Fix JUnit Jupiter discovery issues on 6.2.x 5 months ago
Sam Brannen 661dca5e54 Remove accidental use of SpringExtension in ServletContextAwareBeanWacTests 5 months ago
Sam Brannen b976010a9e Simplify MockMvcClientHttpRequestFactoryTests 5 months ago
Sam Brannen 324b254849 Upgrade to JUnit 6.0.1 and prevent AOT scanning failure for JUnit 4 tests 5 months ago
rstoyanchev a8349e1c5c AssertJ support for RestTestClient 5 months ago
Sam Brannen 41ae13df5d Use test-method scoped ExtensionContext in the SpringExtension 5 months ago
rstoyanchev 0319fe9211 Deprecate Hamcrest use in WebTestClient 5 months ago
rstoyanchev b4c6300ac6 Remove Hamcrest use from RestTestClient 5 months ago
Sam Brannen 65daea1e2a Polish tests for the SpringExtension 5 months ago
Sam Brannen 9ee16b8ea3 Switch back to HSQL for JpaEntityListenerTests on main 5 months ago
Sam Brannen e61884e4bd Introduce tests for "No transaction in progress for @⁠Nested test class" 5 months ago
Sam Brannen d24a31d469 Support JUnit Jupiter ExtensionContextScope.TEST_METHOD 5 months ago