File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -4902,7 +4902,8 @@ how your tests will run:
49024902* `MOCK` -- Loads a `WebApplicationContext` and provides a mock servlet environment.
49034903 Embedded servlet containers are not started when using this annotation. If servlet
49044904 APIs are not on your classpath this mode will transparently fallback to creating a
4905- regular non-web `ApplicationContext`.
4905+ regular non-web `ApplicationContext`. Can be used in conjunction with
4906+ `@AutoConfigureMockMvc` for `MockMvc`-based testing of your application.
49064907* `RANDOM_PORT` -- Loads an `EmbeddedWebApplicationContext` and provides a real
49074908 servlet environment. Embedded servlet containers are started and listening on a random
49084909 port.
You can’t perform that action at this time.
0 commit comments