File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-boot-project/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 @@ -7155,8 +7155,8 @@ The specific beans that you want to test should be specified by using the `value
7155
7155
[[boot-features-testing-spring-boot-applications-testing-autoconfigured-rest-docs]]
7156
7156
==== Auto-configured Spring REST Docs Tests
7157
7157
You can use the `@AutoConfigureRestDocs` annotation to use {spring-rest-docs}[Spring REST
7158
- Docs] in your tests with Mock MVC or REST Assured. It removes the need for the JUnit rule
7159
- in Spring REST Docs.
7158
+ Docs] in your tests with Mock MVC, REST Assured, or WebTestClient . It removes the need for
7159
+ the JUnit rule in Spring REST Docs.
7160
7160
7161
7161
`@AutoConfigureRestDocs` can be used to override the default output directory
7162
7162
(`target/generated-snippets` if you are using Maven or `build/generated-snippets` if you
You can’t perform that action at this time.
0 commit comments