241 Commits (b439402d5779ffdc8917f06586338bc966561efe)

Author SHA1 Message Date
Sam Brannen 693dcba867 Introduce LoggingResultHandler in Spring MVC Test 11 years ago
Sam Brannen 895d43a2b3 Print cookies in human-readable form in Spring MVC Test 11 years ago
Juergen Hoeller a2d3c27ed1 Allow MVC handler methods to return any CharSequence type as view name 11 years ago
Sam Brannen 10a691bd51 Support inlined SQL statements in @Sql 11 years ago
Sam Brannen 23547a72f3 Clean up warnings and polish tests 11 years ago
Brian Clozel f988151163 Improve charset management in XpathResultMatchers 11 years ago
Sam Brannen 68a704373d Retain order of active profiles in the TCF 11 years ago
Sam Brannen 6b7c1d72e8 Introduce alias for 'value' attribute in @Transactional 11 years ago
Sam Brannen f6d2fe471a Proper support for Root WAC in Spring MVC Test 11 years ago
Brian Clozel e2c8d3762f Fix tests for SPR-13090 11 years ago
Sam Brannen 6a5b2672e7 Introduce alias for 'value' attribute in @ResponseStatus 11 years ago
Sam Brannen e30c9b2ef3 Synthesize annotation from a map of attributes 11 years ago
Sam Brannen ca66e076d1 Support annotation attribute aliases and overrides via @AliasFor 11 years ago
Stephane Nicoll cf391f5ce1 polish 11 years ago
Sam Brannen 973582e7df Introduce TestContextManager cache in SpringClassRule 11 years ago
Sam Brannen 68322fc42a Introduce JUnitTestingUtils to reduce code duplication 11 years ago
Sam Brannen d1b1c4f888 Introduce JUnit Rule alternative to SpringJUnit4ClassRunner 11 years ago
Sam Brannen d14e29a5c0 Polish SpringJUnit4ClassRunner and related support classes 11 years ago
Sam Brannen cf51f0c0aa Assert pre-conditions in AopTestUtils 11 years ago
Sam Brannen efe3a35da8 Introduce AOP testing utilities 11 years ago
Sam Brannen 7a690df925 Remove trailing whitespace from Java source code 11 years ago
Sam Brannen 572cbb0821 Consistently supply test name to @Parameters 11 years ago
Sam Brannen e85e9768c5 Fail if multiple @BootstrapWith's are present 11 years ago
Rob Winch 1a6aeb17e1 Add merged RequestPostProcessor to front on merge 11 years ago
Sam Brannen 69b0791926 Favor local, composed annotations in the TCF 11 years ago
Sam Brannen 5cbe4b948d Introduce dedicated 'cache' subpackage in the TCF 11 years ago
Sebastien Deleuze 5b0a0f4db5 Support CompletableFuture as alternative to DeferredResult in MVC 11 years ago
Sam Brannen 129488cb4f Improve extensibility of TestContext bootstrapping & context caching 11 years ago
Sam Brannen e6c24f7167 Convert ContextCache to interface with default implementation 11 years ago
Sam Brannen 186abcb054 Introduce buildTestContext() in TestContextBootstrapper 11 years ago
Sam Brannen 0392a88c69 Move static ContextCache to DefaultCacheAwareContextLoaderDelegate 11 years ago
Sam Brannen 0e287c1a90 Introduce resetContextCache() in ContextCacheTestUtils 11 years ago
Sam Brannen 2a4f4cd258 Introduce reset() method in ContextCache 11 years ago
Sam Brannen 3c5a9b4e1d Introduce class-level @DirtiesContext tests for TestNG 11 years ago
Sam Brannen 063ef240c1 Support static fields in ReflectionTestUtils 11 years ago
Rossen Stoyanchev 0b8554f94a Leave query un-encoded in MockMvc request builder 11 years ago
Juergen Hoeller 4e1af7d195 Deprecated MatcherAssertionErrors in favor of the original org.hamcrest.MatcherAssert (v1.3) 11 years ago
Brian Clozel 7f845f7b5e Fix failing HeaderAssertionTests 11 years ago
Sam Brannen e086a637d5 Introduce BEFORE METHOD/CLASS modes in @DirtiesContext 11 years ago
Sam Brannen 3d2bde7156 Add tests that use the new generate-name attribute 11 years ago
Rossen Stoyanchev f06dffb714 Improve MockHttpServletRequest/Response charset parsing 11 years ago
Sam Brannen ab771dfd97 Refactor tests to use the new database-name attribute 11 years ago
Sam Brannen 2ba1151b7f Support XML config fully in web integration tests 11 years ago
Sam Brannen fa5ea38210 Delete unused import in AsyncTests 11 years ago
Stephane Nicoll babbf6e871 Harmonize resources location 11 years ago
Rossen Stoyanchev c48858c972 Prevent ISE in the MockMvc PrintingResultHandler 11 years ago
Rossen Stoyanchev e13c300b53 Fix white space issues 11 years ago
Rossen Stoyanchev 2dd5875964 Support @ControllerAdvice in StandaloneMockMvcBuilder 11 years ago
Sam Brannen 42af33034d Make TestPropertySourceUtils more robust 11 years ago
Sam Brannen d6a799ad4a Preserve ordering of inlined props in @TestPropertySource 11 years ago