Skip to content

Commit 68e2dd6

Browse files
izeyewilkinsona
authored andcommitted
Mention configuration customizers for WebTestClient and RestAssured
See gh-22765
1 parent 5c14e85 commit 68e2dd6

File tree

1 file changed

+5
-1
lines changed
  • spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/restdocs

1 file changed

+5
-1
lines changed

spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/restdocs/AutoConfigureRestDocs.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,16 @@
4141
* <p>
4242
* Allows configuration of the output directory and the host, scheme, and port of
4343
* generated URIs. When further configuration is required a
44-
* {@link RestDocsMockMvcConfigurationCustomizer} bean can be used.
44+
* {@link RestDocsMockMvcConfigurationCustomizer},
45+
* {@link RestDocsWebTestClientConfigurationCustomizer}, or
46+
* {@link RestDocsRestAssuredConfigurationCustomizer} bean can be used.
4547
*
4648
* @author Andy Wilkinson
4749
* @since 1.4.0
4850
* @see RestDocsAutoConfiguration
4951
* @see RestDocsMockMvcConfigurationCustomizer
52+
* @see RestDocsWebTestClientConfigurationCustomizer
53+
* @see RestDocsRestAssuredConfigurationCustomizer
5054
*/
5155
@Target(ElementType.TYPE)
5256
@Retention(RetentionPolicy.RUNTIME)

0 commit comments

Comments
 (0)