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

@@ -2358,6 +2358,15 @@ public String myHandleMethod(WebRequest webRequest, Model model) {
request.</para>
</section>
</section>
<section xml:id="mvc-ann-tests">
<title>Testing Controllers</title>
<para>The <filename>spring-test</filename> module offers first class support
for testing annotated controllers.
See <xref linkend="spring-mvc-test-framework"/>.</para>
</section>
</section>
<section xml:id="mvc-handlermapping">