@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @Inherited @ImportAutoConfiguration @PropertyMapping(value="spring.test.webtestclient") public @interface AutoConfigureWebTestClient
WebTestClient
. At
the moment, only WebFlux applications are supported.WebTestClientAutoConfiguration
Modifier and Type | Optional Element and Description |
---|---|
String |
timeout
The timeout duration for the client (in any format handled by
Duration.parse(CharSequence) ). |
public abstract String timeout
Duration.parse(CharSequence)
).Copyright © 2019 Pivotal Software, Inc.. All rights reserved.