[SPR-8240] cleaned up and formatted the testing chapter.

This commit is contained in:
Sam Brannen 2011-08-26 22:23:02 +00:00
parent 7908d05c71
commit 2fc78fb8fd
1 changed files with 4 additions and 4 deletions

View File

@ -9,10 +9,10 @@
<para>Testing is an integral part of enterprise software development. This
chapter focuses on the value-add of the IoC principle to <link
linkend="unit-testing">unit testing</link> and on the benefits of Spring
Framework <link linkend="integration-testing">integration testing</link>.
<emphasis>(A thorough treatment of testing in the enterprise is beyond the
scope of this chapter.)</emphasis></para>
linkend="unit-testing">unit testing</link> and on the benefits of the Spring
Framework's support for <link linkend="integration-testing">integration
testing</link>. <emphasis>(A thorough treatment of testing in the enterprise
is beyond the scope of this reference manual.)</emphasis></para>
</section>
<section id="unit-testing">