diff --git a/spring-framework-reference/src/testing.xml b/spring-framework-reference/src/testing.xml index 65f21c749c3..198eeff13db 100644 --- a/spring-framework-reference/src/testing.xml +++ b/spring-framework-reference/src/testing.xml @@ -155,16 +155,22 @@ - The Spring Framework provides first class support for integration - testing in the spring-test.jar - library (where VERSION is the release version). This - library includes the org.springframework.test - package, which contains valuable classes for integration testing with a - Spring container. This testing does not rely on an application server or - other deployment environment. Such tests are slower to run than unit - tests but much faster to than the equivalent Cactus tests or remote - tests that rely on deployment to an application server. + The Spring Framework provides first class support for + integration testing in + the spring-test module. + The name of the actual jar file might include the the release + version and might also be in the + long org.springframework.test form, + depending on where you got it from (see + the section on Dependency + Management for an explanation). This library includes + the org.springframework.test package, which + contains valuable classes for integration testing with a Spring + container. This testing does not rely on an application server + or other deployment environment. Such tests are slower to run + than unit tests but much faster to than the equivalent Cactus + tests or remote tests that rely on deployment to an application + server. In Spring 2.5 and later, unit and integration testing support is provided in the form of the annotation-driven