Sam Brannen
|
a3e99abeb7
|
[SPR-5315][SPR-5699] Reverted changes to TransactionalTestExecutionListener: transactions are no longer automatically flushed before rolling back.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1569 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
9e529d9b42
|
[SPR-5916] polishing.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1562 50f2f4bb-b051-0410-bef5-90022cba6387
|
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.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1561 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
b9f726f7aa
|
[SPR-5916] polishing.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1550 50f2f4bb-b051-0410-bef5-90022cba6387
|
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.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1541 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
27b6c0d7cc
|
[SPR-5699] Investigating issues surrounding automatic flushing of the underlying ORM tool's session via TransactionalTestExecutionListener.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1519 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
c4b5960c13
|
[SPR-5914] ProfileValueUtils now properly ensures that class-level usage of @IfProfileValue overrides method-level usage.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1507 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Mark Pollack
|
da4f4ef034
|
POM maintenance/development - initial jarjar support in maven build for ASM
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1504 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Mark Pollack
|
ead546b2f2
|
SPR-5803 and additional POM maintenance/development
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1503 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Andy Clement
|
f4a52f32b3
|
SPR-5906: test and fix for using expressions in property list keys and values
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1485 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
d6aec2552e
|
[SPR-5902] JavaDoc polishing.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1481 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
bcc57cf59a
|
[SPR-5640] polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1479 50f2f4bb-b051-0410-bef5-90022cba6387
|
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.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1477 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
aa84e3a83b
|
[SPR-4702] Explicit tests for TestExecutionListener's new beforeTestClass() and afterTestClass()} lifecycle callback methods with TestNG support classes.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1474 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
a9c12b58bf
|
[SPR-4702] Explicit tests for TestExecutionListener's new beforeTestClass() and afterTestClass()} lifecycle callback methods.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1473 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
f7e112955e
|
[SPR-4702] JavaDoc updates
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1472 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
edab801f88
|
[SPR-4702] Added support for @DirtiesContext at the test class level.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1471 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
4ec91c47c3
|
Polishing: suppressing warnings.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1470 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
efa98d3ff4
|
[SPR-4702] Improving JavaDoc for TestExecutionListener.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1469 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
e3576d4f4a
|
[SPR-5887] Upgraded to JUnit 4.6.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1465 50f2f4bb-b051-0410-bef5-90022cba6387
|
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.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1464 50f2f4bb-b051-0410-bef5-90022cba6387
|
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.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1463 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
887f8b3c10
|
[SPR-5887] Upgraded to JUnit 4.6.0.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1461 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
ae464e40c6
|
[SPR-5888] Upgrading to TestNG 5.9.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1458 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
5705ad0305
|
Repairing Eclipse classpaths and Ivy config:
- org.apache.openjpa -> 1.1.0
- com.sun.syndication -> 1.0.0
- javax.el -> 1.0.0
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1395 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Chris Beams
|
49b6bbc8fa
|
RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'
* Applied patch submitted by Carlos Zuniga
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1281 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
01023ec911
|
Updated regarding generics; fixed typos.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1245 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
5c6d624912
|
polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1244 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
0e6c482e46
|
polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1243 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
500249c449
|
Corrected typos and polishing.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1242 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
29df13b1f5
|
Suppressing serialization warnings
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1212 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
753f2ed8cf
|
Updated copyright.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1208 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
227fe9afd4
|
Spring TestContext Framework autowiring tests now include an explicit test for the @Autowired-@Qualifier combination.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1207 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Juergen Hoeller
|
8a49660e47
|
replaced Commons Collections dependency with Spring-provided LinkedCaseInsensitiveMap; revised CollectionFactory and Spring Map implementations for consistency
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1166 50f2f4bb-b051-0410-bef5-90022cba6387
|
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
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1159 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
3390a1571d
|
[SPR-5713] JavaDoc polishing for @ContextConfiguration.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1125 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
af6c34d79b
|
[SPR-5145] Updated package.html files regarding upgrade to JUnit 4.5.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1112 50f2f4bb-b051-0410-bef5-90022cba6387
|
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.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1110 50f2f4bb-b051-0410-bef5-90022cba6387
|
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
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1094 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
545a704833
|
[SPR-5713] Added 'value' alias for @ContextConfiguration's 'locations' attribute.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1088 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
075c28f8e1
|
[SPR-5710] Subclasses of SpringJUnit4ClassRunner can now override the default ContextLoader class via the new getDefaultContextLoaderClassName(Class) method.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1086 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
144ebcf793
|
Now parameterizing with <?> where appropriate.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1078 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
4da2be7e7a
|
[SPR-5145] Improved test suite for SpringJUnit4ClassRunner: added specific unit tests for test timeouts, repeated tests, and expected exceptions.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1077 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
24e41d8822
|
[SPR-5145] Completed migration to JUnit 4.5: SpringJUnit4ClassRunner now extends BlockJUnit4ClassRunner and uses custom Statements; removed obsolete SpringMethodRoadie and SpringTestMethod classes.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1073 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
6d24e650e4
|
Corrected typos and sorted Eclipse classpath.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1072 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
7f6d65ecf2
|
[SPR-5145] Adding custom JUnit 4.5 Statements.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1071 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Sam Brannen
|
6c3dd342fe
|
Updated JavaDoc for @TestExecutionListeners.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1068 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Keith Donald
|
f48f1a1222
|
deleted old test data source factory
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1057 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Keith Donald
|
0898f09f97
|
test datasource factory initial commit; needs review from Juergen on how to best make DataSource available as a Spring bean when desired
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1042 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |
Thomas Risberg
|
8fe2a89d43
|
switched to use XInclude
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1001 50f2f4bb-b051-0410-bef5-90022cba6387
|
17 years ago |