Browse Source

Javadoc in MockMvcClientHttpRequestFactoryTests

The Javadoc in MockMvcClientHttpRequestFactoryTests had been copied and
pasted from WebAppResourceTests. This commit updates the documentation
in MockMvcClientHttpRequestFactoryTests to reflect what the tests do.
pull/196/head
Sam Brannen 13 years ago
parent
commit
ffd040b8d2
  1. 5
      spring-test-mvc/src/test/java/org/springframework/test/web/client/samples/MockMvcClientHttpRequestFactoryTests.java

5
spring-test-mvc/src/test/java/org/springframework/test/web/client/samples/MockMvcClientHttpRequestFactoryTests.java

@ -41,7 +41,10 @@ import org.springframework.web.servlet.config.annotation.EnableWebMvc; @@ -41,7 +41,10 @@ import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;
/**
* Tests dependent on access to resources under the web application root directory.
* Tests that use a {@link RestTemplate} configured with a
* {@link MockMvcClientHttpRequestFactory} that is in turn configured with a
* {@link MockMvc} instance that uses a {@link WebApplicationContext} loaded by
* the TestContext framework.
*
* @author Rossen Stoyanchev
*/

Loading…
Cancel
Save