Skip to content

Commit b83368a

Browse files
committed
Fix case for MockMvc
Closes gh-4459
1 parent 5460480 commit b83368a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3719,8 +3719,8 @@ For example:
37193719
----
37203720

37213721
TIP: The context loader guesses whether you want to test a web application or not (e.g.
3722-
with `MockMVC`) by looking for the `@WebIntegrationTest` or `@WebAppConfiguration`
3723-
annotations. (`MockMVC` and `@WebAppConfiguration` are part of `spring-test`).
3722+
with `MockMvc`) by looking for the `@WebIntegrationTest` or `@WebAppConfiguration`
3723+
annotations. (`MockMvc` and `@WebAppConfiguration` are part of `spring-test`).
37243724

37253725
If you want a web application to start up and listen on its normal port, so you can test
37263726
it with HTTP (e.g. using `RestTemplate`), annotate your test class (or one of its

0 commit comments

Comments
 (0)