File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3719,8 +3719,8 @@ For example:
3719
3719
----
3720
3720
3721
3721
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`).
3724
3724
3725
3725
If you want a web application to start up and listen on its normal port, so you can test
3726
3726
it with HTTP (e.g. using `RestTemplate`), annotate your test class (or one of its
You can’t perform that action at this time.
0 commit comments