SPR-6092: clarify jar name in test docs
This commit is contained in:
parent
5013664ec5
commit
fae06dc156
|
|
@ -155,16 +155,22 @@
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<para>The Spring Framework provides first class support for integration
|
<para>The Spring Framework provides first class support for
|
||||||
testing in the <filename
|
integration testing in
|
||||||
class="libraryfile">spring-test.jar</filename>
|
the <filename class="libraryfile">spring-test</filename> module.
|
||||||
library (where <literal>VERSION</literal> is the release version). This
|
The name of the actual jar file might include the the release
|
||||||
library includes the <literal>org.springframework.test</literal>
|
version and might also be in the
|
||||||
package, which contains valuable classes for integration testing with a
|
long <filename>org.springframework.test</filename> form,
|
||||||
Spring container. This testing does not rely on an application server or
|
depending on where you got it from (see
|
||||||
other deployment environment. Such tests are slower to run than unit
|
the <link linkend="dependency-management">section on Dependency
|
||||||
tests but much faster to than the equivalent Cactus tests or remote
|
Management</link> for an explanation). This library includes
|
||||||
tests that rely on deployment to an application server.</para>
|
the <literal>org.springframework.test</literal> 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.</para>
|
||||||
|
|
||||||
<para>In Spring 2.5 and later, unit and integration testing support is
|
<para>In Spring 2.5 and later, unit and integration testing support is
|
||||||
provided in the form of the annotation-driven <link
|
provided in the form of the annotation-driven <link
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue