107 Commits (780378e45d8f1c495c186e6ed145923b3a6a7ebd)

Author SHA1 Message Date
Sam Brannen 780378e45d [SPR-5964] Upgraded to TestNG 5.10 17 years ago
Sam Brannen 2dda490944 [SPR-5963] Upgraded to JUnit 4.7 17 years ago
Sam Brannen 91727b2feb [SPR-5888] Upgraded to TestNG 5.9.0. 17 years ago
Mark Pollack 569f8a1179 pom maintenance - extraneous dependency on cglib-nodep 17 years ago
Mark Pollack 07190d866b pom maintenance - changes needed to run inside eclipse via m2eclipse 17 years ago
Juergen Hoeller eedfe34258 turned requestedSessionId into a settable property 17 years ago
Mark Pollack 2f66da5293 SPR-5976 - Upgrade POMS to JUnit 4.6 17 years ago
Arjen Poutsma 6b93dec28f Updating POMs to contain Junit & EasyMock version numbers. Apparently, the maven ant tasks cannot resolve our parent pom. 17 years ago
Mark Fisher d7b321e413 updated aspectj weaver version in .classpath files to match ivy.xml configuration 17 years ago
Sam Brannen a3e99abeb7 [SPR-5315][SPR-5699] Reverted changes to TransactionalTestExecutionListener: transactions are no longer automatically flushed before rolling back. 17 years ago
Sam Brannen 9e529d9b42 [SPR-5916] polishing. 17 years ago
Sam Brannen 2d1d61cb0f [SPR-5916] ContextLoader class is now inherited from class hierarchy if not specified explicitly via @ContextConfiguration's loader attribute on the current test class. 17 years ago
Sam Brannen b9f726f7aa [SPR-5916] polishing. 17 years ago
Chris Beams b33d28d6cf updated .jms dependency on junit 4.6.0 from test->runtime to test->compile. touched all org.eclipse.jdt.core.prefs (during the process of importing the projects). only the date comments within each have changed. 17 years ago
Sam Brannen 27b6c0d7cc [SPR-5699] Investigating issues surrounding automatic flushing of the underlying ORM tool's session via TransactionalTestExecutionListener. 17 years ago
Sam Brannen c4b5960c13 [SPR-5914] ProfileValueUtils now properly ensures that class-level usage of @IfProfileValue overrides method-level usage. 17 years ago
Mark Pollack da4f4ef034 POM maintenance/development - initial jarjar support in maven build for ASM 17 years ago
Mark Pollack ead546b2f2 SPR-5803 and additional POM maintenance/development 17 years ago
Andy Clement f4a52f32b3 SPR-5906: test and fix for using expressions in property list keys and values 17 years ago
Sam Brannen d6aec2552e [SPR-5902] JavaDoc polishing. 17 years ago
Sam Brannen bcc57cf59a [SPR-5640] polishing 17 years ago
Sam Brannen 4f9c1bf118 [SPR-5640] Added support for marking the test application context as 'dirty' after each test method within a given test class via the new DirtiesContext.classMode() attribute. 17 years ago
Sam Brannen aa84e3a83b [SPR-4702] Explicit tests for TestExecutionListener's new beforeTestClass() and afterTestClass()} lifecycle callback methods with TestNG support classes. 17 years ago
Sam Brannen a9c12b58bf [SPR-4702] Explicit tests for TestExecutionListener's new beforeTestClass() and afterTestClass()} lifecycle callback methods. 17 years ago
Sam Brannen f7e112955e [SPR-4702] JavaDoc updates 17 years ago
Sam Brannen edab801f88 [SPR-4702] Added support for @DirtiesContext at the test class level. 17 years ago
Sam Brannen 4ec91c47c3 Polishing: suppressing warnings. 17 years ago
Sam Brannen efa98d3ff4 [SPR-4702] Improving JavaDoc for TestExecutionListener. 17 years ago
Sam Brannen e3576d4f4a [SPR-5887] Upgraded to JUnit 4.6. 17 years ago
Sam Brannen 58db446b9b [SPR-5889] Customized Spring Build to include TestNG tests in the automated build process; added global build.versions properties file as well. 17 years ago
Sam Brannen 5d53a1845b [SPR-5889] Renaming TestNG tests from *Tests_ back to *Tests, but keeping @org.junit.Ignore to exclude them from the JUnit test run. 17 years ago
Sam Brannen 887f8b3c10 [SPR-5887] Upgraded to JUnit 4.6.0. 17 years ago
Sam Brannen ae464e40c6 [SPR-5888] Upgrading to TestNG 5.9. 17 years ago
Sam Brannen 5705ad0305 Repairing Eclipse classpaths and Ivy config: 17 years ago
Chris Beams 49b6bbc8fa RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java' 17 years ago
Sam Brannen 01023ec911 Updated regarding generics; fixed typos. 17 years ago
Sam Brannen 5c6d624912 polishing 17 years ago
Sam Brannen 0e6c482e46 polishing 17 years ago
Sam Brannen 500249c449 Corrected typos and polishing. 17 years ago
Sam Brannen 29df13b1f5 Suppressing serialization warnings 17 years ago
Sam Brannen 753f2ed8cf Updated copyright. 17 years ago
Sam Brannen 227fe9afd4 Spring TestContext Framework autowiring tests now include an explicit test for the @Autowired-@Qualifier combination. 17 years ago
Juergen Hoeller 8a49660e47 replaced Commons Collections dependency with Spring-provided LinkedCaseInsensitiveMap; revised CollectionFactory and Spring Map implementations for consistency 17 years ago
Juergen Hoeller 11450f1fdb updated all Spring Framework OSGI manifests to list unversioned imports explicitly; relaxed several OSGi bundle dependencies to optional and extended version ranges 17 years ago
Sam Brannen 3390a1571d [SPR-5713] JavaDoc polishing for @ContextConfiguration. 17 years ago
Sam Brannen af6c34d79b [SPR-5145] Updated package.html files regarding upgrade to JUnit 4.5. 17 years ago
Sam Brannen a600ccc38c [SPR-5145] Updated reference manual regarding upgrade to JUnit 4.5; additional improvements in the testing chapter as well. 17 years ago
Juergen Hoeller f70e482841 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 17 years ago
Sam Brannen 545a704833 [SPR-5713] Added 'value' alias for @ContextConfiguration's 'locations' attribute. 17 years ago
Sam Brannen 075c28f8e1 [SPR-5710] Subclasses of SpringJUnit4ClassRunner can now override the default ContextLoader class via the new getDefaultContextLoaderClassName(Class) method. 17 years ago