Add documentation for Spring MVC Test

Issue: SPR-9860, SPR-9886
This commit is contained in:
Rossen Stoyanchev
2012-12-11 15:57:29 -05:00
parent 4be2d15950
commit acf32726d7
3 changed files with 535 additions and 4 deletions

View File

@@ -49,10 +49,7 @@
fluent API and without a servlet container. Server-side tests involve
use of the <classname>DispatcherServlet</classname> while client-side
REST tests rely on the <classname>RestTemplate</classname>.
See the following presentation for more information before
documentation is added:
<link xl:href="https://github.com/rstoyanchev/spring-32-test-webapps">
"Testing Web Applications with Spring 3.2"</link>.
See <xref linkend="spring-mvc-test-framework"/>.
</para>
</section>