public interface WebTestClientFactory
Modifier and Type | Method and Description |
---|---|
org.springframework.test.web.reactive.server.WebTestClient |
build(WebTestClientConfig webTestClientConfig)
Builds and returns a
WebTestClient instance based on provided configuration |
boolean |
isAssigned()
Checks if underlying
WebTestClient or WebTestClient.Builder
is not null |
org.springframework.test.web.reactive.server.WebTestClient build(WebTestClientConfig webTestClientConfig)
WebTestClient
instance based on provided configurationwebTestClientConfig
- configuration to be used during WebTestClient instantiationboolean isAssigned()
WebTestClient
or WebTestClient.Builder
is not nullCopyright © 2010–2022. All rights reserved.