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.
This commit is contained in:
Sam Brannen
2012-12-04 14:58:22 +01:00
parent e16f3b95cb
commit ffd040b8d2

View File

@@ -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
*/