Fix case for MockMvc

Closes gh-4459
This commit is contained in:
Stephane Nicoll 2015-11-13 13:12:27 +01:00
parent 54604805ae
commit b83368a503
1 changed files with 2 additions and 2 deletions

View File

@ -3719,8 +3719,8 @@ For example:
----
TIP: The context loader guesses whether you want to test a web application or not (e.g.
with `MockMVC`) by looking for the `@WebIntegrationTest` or `@WebAppConfiguration`
annotations. (`MockMVC` and `@WebAppConfiguration` are part of `spring-test`).
with `MockMvc`) by looking for the `@WebIntegrationTest` or `@WebAppConfiguration`
annotations. (`MockMvc` and `@WebAppConfiguration` are part of `spring-test`).
If you want a web application to start up and listen on its normal port, so you can test
it with HTTP (e.g. using `RestTemplate`), annotate your test class (or one of its