public class WebTestClientConfig extends Object implements ClientConfig, io.restassured.config.Config
| Constructor and Description |
|---|
WebTestClientConfig() |
WebTestClientConfig(boolean userConfigured) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUserConfigured() |
static WebTestClientConfig |
webTestClientConfig()
Just syntactic sugar.
|
WebTestClientConfig |
with()
Just syntactic sugar to make the DSL more English-like.
|
public WebTestClientConfig()
public WebTestClientConfig(boolean userConfigured)
public boolean isUserConfigured()
isUserConfigured in interface io.restassured.config.ConfigisUserConfigured in interface ClientConfigpublic static WebTestClientConfig webTestClientConfig()
WebTestClientConfig.public WebTestClientConfig with()
Copyright © 2010–2023. All rights reserved.