1728 Commits (f62cc98a9782070969dbf933e957521b7bb1dcbf)

Author SHA1 Message Date
rstoyanchev f80b79bc45 Configure JsonPath in RestTestClient with MappingProvider 4 months ago
Sam Brannen e4f8ae0338 Stop setting local port in HtmlUnitRequestBuilder 4 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
Sam Brannen 82c34f7b51 Introduce isAutowirableConstructor(Executable,PropertyProvider) in TestConstructorUtils 5 months ago
Sam Brannen cb0f26a152 Use consistent naming for Bean Override test classes 5 months ago
Juergen Hoeller 83edf6a4aa Adapt test for MockServletContext version 5 months ago
Juergen Hoeller 7adcd99ea2 Polishing 5 months ago
Sam Brannen 30db2e4fb5 Support Bean Overrides for non-singletons 6 months ago
Sam Brannen c6e5cfe03d Use consistent naming for Bean Override test classes 6 months ago
rstoyanchev df860fd3cd Polishing contribution 6 months ago
Réda Housni Alaoui 636523a2f5 AbstractMockHttpServletRequestBuilder#buildRequest is not idempotent 6 months ago
Stéphane Nicoll 8cad5711f5 Add Kotlin extensions for RestTestClient 6 months ago
Sam Brannen 7ba736dc06 Stop overriding default methods in TrackingTestNGTestListener 6 months ago
Sam Brannen 5cd2cb38e1 Make AbstractTestNGSpringContextTests thread-safe regarding tracked exceptions 6 months ago
Sam Brannen d84bf18408 Upgrade to JUnit 6.0 RC3 6 months ago
Sébastien Deleuze 7635ac38f6 Use uppercase for classpath-related static final field names 6 months ago
Sam Brannen 0c61ac956b Add missing @⁠Override annotations 6 months ago
rstoyanchev 11dd0d6118 Provide access to raw content in RestTestClient 6 months ago
rstoyanchev c7121d048c Replace X-API-Version with API-Version 6 months ago
Sébastien Deleuze 9e8c64011d Make JsonPathAssertions#isEqualTo parameter nullable 7 months ago
Sam Brannen e5b58effa3 Deprecate put(MergedContextConfiguration, ApplicationContext) in ContextCache 7 months ago
Sam Brannen ca62119cb3 Evict context from ContextCache before loading a new context 7 months ago
Sam Brannen 6dc5bf7634 Clean up warnings related to deprecated HttpStatus values, etc. 7 months ago
rstoyanchev 0c02443965 Consistently support no value params in query string 7 months ago
rstoyanchev 268706abd2 Polishing in AbstractMockHttpServletRequestBuilder 7 months ago
Johnny Lim 737f66d922 Restore mixed use of uri() and queryParam() 7 months ago
rstoyanchev d8804c798b RestTestClient correctly exposes the response body 7 months ago
Sébastien Deleuze dc26aaa0ec Use JsonMapper instead of ObjectMapper when relevant 7 months ago