Skip to content

Commit c8727a2

Browse files
LichKing-leewilkinsona
authored andcommitted
Mention WebTestClient in Gradle getting started example
See gh-654
1 parent c7d15a0 commit c8727a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/docs/asciidoc/getting-started.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ the configuration are described in the following listings:
172172
This will automatically configure the `snippets` attribute for use in your `.adoc`
173173
files to point to `build/generated-snippets`. It will also allow you to use the
174174
`operation` block macro.
175-
<3> Add a dependency on `spring-restdocs-mockmvc` in the `testCompile` configuration. If
176-
you want to use REST Assured rather than MockMvc, add a dependency on
177-
`spring-restdocs-restassured` instead.
175+
<3> Add a dependency on `spring-restdocs-mockmvc` in the `testCompile` configuration. If you want to use
176+
`WebTestClient` or REST Assured rather than MockMvc, add a dependency on
177+
`spring-restdocs-webtestclient` or `spring-restdocs-restassured` respectively instead.
178178
<4> Configure a property to define the output location for generated snippets.
179179
<5> Configure the `test` task to add the snippets directory as an output.
180180
<6> Configure the `asciidoctor` task

0 commit comments

Comments
 (0)