[SPR-8240] cleaned up and formatted the testing chapter.
This commit is contained in:
parent
7908d05c71
commit
2fc78fb8fd
|
@ -9,10 +9,10 @@
|
||||||
|
|
||||||
<para>Testing is an integral part of enterprise software development. This
|
<para>Testing is an integral part of enterprise software development. This
|
||||||
chapter focuses on the value-add of the IoC principle to <link
|
chapter focuses on the value-add of the IoC principle to <link
|
||||||
linkend="unit-testing">unit testing</link> and on the benefits of Spring
|
linkend="unit-testing">unit testing</link> and on the benefits of the Spring
|
||||||
Framework <link linkend="integration-testing">integration testing</link>.
|
Framework's support for <link linkend="integration-testing">integration
|
||||||
<emphasis>(A thorough treatment of testing in the enterprise is beyond the
|
testing</link>. <emphasis>(A thorough treatment of testing in the enterprise
|
||||||
scope of this chapter.)</emphasis></para>
|
is beyond the scope of this reference manual.)</emphasis></para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="unit-testing">
|
<section id="unit-testing">
|
||||||
|
|
Loading…
Reference in New Issue