420 Commits (4bf32578b561d42fb3a7c7dcdef4e9e014b6e263)

Author SHA1 Message Date
Sam Brannen 7a690df925 Remove trailing whitespace from Java source code 10 years ago
Sam Brannen 572cbb0821 Consistently supply test name to @Parameters 10 years ago
Sam Brannen e85e9768c5 Fail if multiple @BootstrapWith's are present 10 years ago
Rob Winch 1a6aeb17e1 Add merged RequestPostProcessor to front on merge 10 years ago
Sam Brannen ad6bea1cda Support abstract, bridge, & interface methods in AnnotatedElementUtils 10 years ago
Sam Brannen 69b0791926 Favor local, composed annotations in the TCF 10 years ago
Sam Brannen 5cbe4b948d Introduce dedicated 'cache' subpackage in the TCF 10 years ago
Sebastien Deleuze 5b0a0f4db5 Support CompletableFuture as alternative to DeferredResult in MVC 10 years ago
Sam Brannen e829b2aa1d Polish Javadoc for ContextCache 10 years ago
Sam Brannen 93f403cbf6 Ensure that contexts loaded by the TCF are active 10 years ago
Sam Brannen d66d160543 Use ConcurrentHashMaps in DefaultContextCache 10 years ago
Sam Brannen c52a0ccdfd Introduce TestContextManager(TestContextBootstrapper) constructor 10 years ago
Sam Brannen 129488cb4f Improve extensibility of TestContext bootstrapping & context caching 10 years ago
Sam Brannen e6c24f7167 Convert ContextCache to interface with default implementation 10 years ago
Sam Brannen c9d597f519 Introduce createBootstrapContext() extension in TestContextManager 10 years ago
Sam Brannen 0b054f9fbd Improve Javadoc for TestContextBootstrapper 10 years ago
Sam Brannen 186abcb054 Introduce buildTestContext() in TestContextBootstrapper 10 years ago
Sam Brannen 0392a88c69 Move static ContextCache to DefaultCacheAwareContextLoaderDelegate 10 years ago
Sam Brannen 0e287c1a90 Introduce resetContextCache() in ContextCacheTestUtils 10 years ago
Sam Brannen dc345dcb3d Polish TestContextManager 10 years ago
Sam Brannen 0cb22fc8f3 Use SoftReferences for context caching in the TCF 10 years ago
Sam Brannen 2a4f4cd258 Introduce reset() method in ContextCache 10 years ago
Sam Brannen 3c5a9b4e1d Introduce class-level @DirtiesContext tests for TestNG 10 years ago
Sam Brannen c006b74e91 Make AbsTstCtxBootstrapper.resolveContextLoader protected 10 years ago
Sam Brannen 063ef240c1 Support static fields in ReflectionTestUtils 10 years ago
Rossen Stoyanchev 0b8554f94a Leave query un-encoded in MockMvc request builder 10 years ago
Juergen Hoeller 4e1af7d195 Deprecated MatcherAssertionErrors in favor of the original org.hamcrest.MatcherAssert (v1.3) 10 years ago
Juergen Hoeller b2308926bc Restored isTypeMatch null behavior and refined typeToMatch parameter name 10 years ago
Brian Clozel 7f845f7b5e Fix failing HeaderAssertionTests 10 years ago
Sam Brannen e086a637d5 Introduce BEFORE METHOD/CLASS modes in @DirtiesContext 10 years ago
Sam Brannen 6028a64444 Polish Javadoc for TestContext 10 years ago
Sam Brannen 3d2bde7156 Add tests that use the new generate-name attribute 10 years ago
Rossen Stoyanchev f06dffb714 Improve MockHttpServletRequest/Response charset parsing 10 years ago
Sam Brannen ab771dfd97 Refactor tests to use the new database-name attribute 10 years ago
Juergen Hoeller 778a01943b ResolvableType-based type matching at the BeanFactory API level 10 years ago
Juergen Hoeller bc6a98c144 Polishing (in particular updating javadoc references to Apache Commons) 10 years ago
Sam Brannen e24a7ded62 Simplify Groovy ContextLoaders in the TCF 10 years ago
Sam Brannen 2ba1151b7f Support XML config fully in web integration tests 10 years ago
Sam Brannen fa5ea38210 Delete unused import in AsyncTests 10 years ago
Stephane Nicoll babbf6e871 Harmonize resources location 10 years ago
Rossen Stoyanchev c48858c972 Prevent ISE in the MockMvc PrintingResultHandler 10 years ago
Rossen Stoyanchev e13c300b53 Fix white space issues 10 years ago
Rossen Stoyanchev 2beca4d75e Update javadoc 10 years ago
Rossen Stoyanchev 2dd5875964 Support @ControllerAdvice in StandaloneMockMvcBuilder 10 years ago
Sam Brannen 42af33034d Make TestPropertySourceUtils more robust 10 years ago
Sam Brannen 0267715c9d Polish Javadoc for @TestPropertySource 10 years ago
Sam Brannen 75e0bc9271 Open up TestPropertySourceUtils for public consumption 10 years ago
Sam Brannen d6a799ad4a Preserve ordering of inlined props in @TestPropertySource 10 years ago
Sam Brannen 67934a22e2 Add further regression tests for @TestPropertySource 10 years ago
Stephane Nicoll f0fca890bb Annotation-based event listeners 10 years ago