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.Config
isUserConfigured
in interface ClientConfig
public static WebTestClientConfig webTestClientConfig()
WebTestClientConfig
.public WebTestClientConfig with()
Copyright © 2010–2020. All rights reserved.