This commit is contained in:
Rossen Stoyanchev
2018-05-26 09:24:23 -04:00
parent 3ede3a4b34
commit 2acf91a438
8 changed files with 183 additions and 127 deletions

View File

@@ -443,8 +443,8 @@ public interface WebTestClient {
Builder responseTimeout(Duration timeout);
/**
* Shortcut for pre-packaged customizations to WebTestClient builder.
* @param configurer the configurer to apply
* Apply the given {@code Consumer} to this builder instance.
* <p>This can be useful for applying pre-packaged customizations.
*/
Builder apply(WebTestClientConfigurer configurer);