Spring Test supports the unit testing and integration testing of Spring components with JUnit or TestNG. It provides consistent loading and caching of Spring ApplicationContexts and provides mock objects that you can use to test your code in isolation.
Version3.0.0.M4compared with
Version Details
| 3.0.0.M3 | 3.0.0.M4 | |
|---|---|---|
| Release date | May 06, 2009 | Aug 10, 2009 |
| Licenses | None | None |
| Vulnerabilities | None | None |
Compile Changes (12)
| 3.0.0.M3 | 3.0.0.M4 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.springframework » spring-webmvc-portlet | - | 3.0.0.M4 |
| ~ Updated | junit » junit | 4.5 | 4.6 |
| ~ Updated | org.springframework » spring-beans | 3.0.0.M3 | 3.0.0.M4 |
| ~ Updated | org.springframework » spring-context | 3.0.0.M3 | 3.0.0.M4 |
| ~ Updated | org.springframework » spring-core | 3.0.0.M3 | 3.0.0.M4 |
| ~ Updated | org.springframework » spring-instrument-classloading | 3.0.0.M3 | 3.0.0.M4 |
| ~ Updated | org.springframework » spring-jdbc | 3.0.0.M3 | 3.0.0.M4 |
| ~ Updated | org.springframework » spring-orm | 3.0.0.M3 | 3.0.0.M4 |
| ~ Updated | org.springframework » spring-tx | 3.0.0.M3 | 3.0.0.M4 |
| ~ Updated | org.springframework » spring-web | 3.0.0.M3 | 3.0.0.M4 |
| ~ Updated | org.springframework » spring-webmvc | 3.0.0.M3 | 3.0.0.M4 |
| - Removed | org.springframework » spring-web-portlet | 3.0.0.M3 | - |
Test Changes (2)
| 3.0.0.M3 | 3.0.0.M4 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.hibernate » hibernate-cglib-repack | - | 2.1_3 |
| + Added | org.hibernate » hibernate-core | - | 3.3.1.GA |
