11048 Commits (71dcd28c7734e0a4a04745661c3205d28a033692)
 

Author SHA1 Message Date
Juergen Hoeller 636d1db36d avoid NPE for definitions without bean class specified 16 years ago
Juergen Hoeller b88edd1dfc polishing 16 years ago
Juergen Hoeller e57543a8f3 turned CountingBeforeAdvice into top-level class 16 years ago
Juergen Hoeller 250ef281a4 reverted non-public proxy interface change 16 years ago
Arjen Poutsma 9fe2b5d211 Moved DefaultHandlerExceptionResolver to fix a tangle. 16 years ago
Juergen Hoeller cef7a2b965 exclude non-public interfaces when autodetecting proxy interfaces 16 years ago
Juergen Hoeller 9d8c99fa1b minimized local MockServletContext dependencies 16 years ago
Juergen Hoeller d446afad33 added local Servlet API mocks 16 years ago
Juergen Hoeller b15e77d5d0 renamed "contextProperties" attribute to "contextParameters" (matching web.xml naming); "contextParameters" contains Servlet/PortletConfig parameters as well; added default "servletContext" and "servletConfig" environment beans; added default "portletContext" and "portletConfig" environment beans; added default web scope "application", wrapping a ServletContext/PortletContext; MockPortletSession supports destruction of session attributes on invalidation 16 years ago
Arjen Poutsma 0a0938fdd6 SPR-5426 - Allow for custom processing or result objects returned from handler/controller methods 16 years ago
Juergen Hoeller a6124793fc polishing 16 years ago
Juergen Hoeller 6930859e82 removed StandardScopes pseudo-enum (superseded by meta-annotated scopes) 16 years ago
Juergen Hoeller 9b4f9106c5 polishing 16 years ago
Sam Brannen 9daae23e17 [SPR-5145] Updated reference manual regarding deprecation of the legacy JUnit 3.8 code base. 16 years ago
Sam Brannen 781da89d92 [SPR-5713] Added 'value' alias for @ContextConfiguration's 'locations' attribute. 16 years ago
Sam Brannen a6a8b29d19 Fixed typo in JavaDoc 16 years ago
Sam Brannen a637912762 [SPR-5710] Subclasses of SpringJUnit4ClassRunner can now override the default ContextLoader class via the new getDefaultContextLoaderClassName(Class) method. 16 years ago
Thomas Risberg 0383f705ae clean-up of the @Bean content 16 years ago
Thomas Risberg 05f1d08028 re-arranged the @Bean content 16 years ago
Thomas Risberg b1577c28e2 removed some JavaConfig references 16 years ago
Thomas Risberg 9aaea34262 fixed DOCTYPE to refer to the root_element used 16 years ago
Sam Brannen 62c991f9d6 [SPR-5145] Updated reference manual regarding upgrade to JUnit 4.5; additional improvements in the testing chapter as well. 16 years ago
Sam Brannen 17858915ab Corrected grammar and spelling mistakes in reference manual. 16 years ago
Sam Brannen db486e147b Added Eclipse project settings to the reference documentation so that the documentation can be more easily edited and built within Eclipse. 16 years ago
Sam Brannen d3af831334 Now parameterizing with <?> where appropriate. 16 years ago
Sam Brannen 6327b3484b [SPR-5145] Improved test suite for SpringJUnit4ClassRunner: added specific unit tests for test timeouts, repeated tests, and expected exceptions. 16 years ago
Thomas Risberg 41423a9ab9 added some JavaConfig content 16 years ago
Thomas Risberg 15b33684a7 fixed JavaDoc 16 years ago
Sam Brannen 0fbafc0274 Removed unused package. 16 years ago
Sam Brannen 751e0f0eb7 [SPR-5145] Completed migration to JUnit 4.5: SpringJUnit4ClassRunner now extends BlockJUnit4ClassRunner and uses custom Statements; removed obsolete SpringMethodRoadie and SpringTestMethod classes. 16 years ago
Sam Brannen b36f95bcee Corrected typos and sorted Eclipse classpath. 16 years ago
Sam Brannen e5d2570c8d [SPR-5145] Adding custom JUnit 4.5 Statements. 16 years ago
Juergen Hoeller 8583026151 revised target class check for non-Spring CGLIB proxy variants (SPR-5694) 16 years ago
Juergen Hoeller a2fdb68a0b fixed potential race condition through additional synchronization (SPR-5658) 16 years ago
Sam Brannen 2796e72de1 Updated JavaDoc for @TestExecutionListeners. 16 years ago
Mark Pollack 30967d3b20 Update docs to use of @Bean inside a @Component 16 years ago
Mark Pollack c2f4f97fa5 Update docs to use of @Bean inside a @Component 16 years ago
Juergen Hoeller cea8f7f69e custom stereotype annotations can be meta-annotated with @Service, @Controller etc as well; @Scope and @Transactional are now supported as meta-annotations on custom annotations 16 years ago
Juergen Hoeller ac16101f98 polishing 16 years ago
Juergen Hoeller 423809543a polishing 16 years ago
Juergen Hoeller 77112ba80e updated AnnotationMetadata tests for change in Class exposure 16 years ago
Juergen Hoeller b5d21108da @Configuration parsing fully relies on Spring's MetadataReader abstraction now 16 years ago
Keith Donald 37e1333a41 polish 16 years ago
Keith Donald 3a457dcec9 embedded database factory bean 16 years ago
Scott Andrews f6e869163f updating Eclipse .classpath settings for Freemarker 2.3.15 upgrade 16 years ago
Keith Donald eb4d1bf20e deleted old test data source factory 16 years ago
Keith Donald d896a53ca8 polish 16 years ago
Keith Donald adcbe27852 added pre destroy 16 years ago
Keith Donald e783211f88 polish 16 years ago
Keith Donald ec463a32ba added DataSourceFactory strategy; promoted EmbeddedDatabaseConfigurer strategy to public API; added ability to add any number of SQL scripts for db population 16 years ago