Fold spring-test-mvc sources into spring-test

With spring-test compiling against Servlet 3.0 it is no longer required
to compile Spring MVC Test sources separately (from spring-test).
This commit is contained in:
Rossen Stoyanchev
2013-11-05 11:44:13 -05:00
parent 0eeb6717e0
commit 2e57cf8bfc
137 changed files with 27 additions and 48 deletions

View File

@@ -14307,7 +14307,7 @@ Registered filters will be invoked through `MockFilterChain` from `spring-test`
[[spring-mvc-test-server-resources]]
====== Further Server-Side Test Examples
The framework's own tests include https://github.com/SpringSource/spring-framework/tree/master/spring-test-mvc/src/test/java/org/springframework/test/web/servlet/samples[many sample tests] intended to demonstrate how to use Spring MVC Test. Browse these examples for further ideas. Also the https://github.com/SpringSource/spring-mvc-showcase[spring-mvc-showcase] has full test coverage based on Spring MVC Test.
The framework's own tests include https://github.com/SpringSource/spring-framework/tree/master/spring-test/src/test/java/org/springframework/test/web/servlet/samples[many sample tests] intended to demonstrate how to use Spring MVC Test. Browse these examples for further ideas. Also the https://github.com/SpringSource/spring-mvc-showcase[spring-mvc-showcase] has full test coverage based on Spring MVC Test.
[[spring-mvc-test-client]]
===== Client-Side REST Tests
@@ -14336,7 +14336,7 @@ Just like with server-side tests, the fluent API for client-side tests requires
[[spring-mvc-test-client-resources]]
====== Further Examples of Client-side REST Tests
Spring MVC Test's own tests include https://github.com/SpringSource/spring-framework/tree/master/spring-test-mvc/src/test/java/org/springframework/test/web/client/samples[example tests] of client-side REST tests.
Spring MVC Test's own tests include https://github.com/SpringSource/spring-framework/tree/master/spring-test/src/test/java/org/springframework/test/web/client/samples[example tests] of client-side REST tests.
[[testing-examples-petclinic]]
==== PetClinic Example
@@ -37196,4 +37196,4 @@ Renders an HTML 'textarea'.
| false
| true
| HTML Standard Attribute
|===
|===

View File

@@ -3583,7 +3583,7 @@ mockMvc.perform(get("/handle").accept(MediaType.APPLICATION_XML))
<title>Further Server-Side Test Examples</title>
<para>The framework's own tests include <link
xl:href="https://github.com/SpringSource/spring-framework/tree/master/spring-test-mvc/src/test/java/org/springframework/test/web/servlet/samples">many
xl:href="https://github.com/SpringSource/spring-framework/tree/master/spring-test/src/test/java/org/springframework/test/web/servlet/samples">many
sample tests</link> intended to demonstrate how to use Spring MVC
Test. Browse these examples for further ideas. Also the <link
xl:href="https://github.com/SpringSource/spring-mvc-showcase">spring-mvc-showcase</link>
@@ -3641,7 +3641,7 @@ mockServer.verify();</programlisting>
<title>Further Examples of Client-side REST Tests</title>
<para>Spring MVC Test's own tests include <link
xl:href="https://github.com/SpringSource/spring-framework/tree/master/spring-test-mvc/src/test/java/org/springframework/test/web/client/samples">example
xl:href="https://github.com/SpringSource/spring-framework/tree/master/spring-test/src/test/java/org/springframework/test/web/client/samples">example
tests</link> of client-side REST tests.</para>
</section>
</section>