Add documentation for Spring MVC Test
Issue: SPR-9860, SPR-9886
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user