Class WebTestClientConfig
java.lang.Object
io.restassured.module.webtestclient.config.WebTestClientConfig
- All Implemented Interfaces:
io.restassured.config.Config,ClientConfig
public class WebTestClientConfig
extends Object
implements ClientConfig, io.restassured.config.Config
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic WebTestClientConfigJust syntactic sugar.with()Just syntactic sugar to make the DSL more English-like.
-
Constructor Details
-
WebTestClientConfig
public WebTestClientConfig() -
WebTestClientConfig
public WebTestClientConfig(boolean userConfigured)
-
-
Method Details
-
isUserConfigured
public boolean isUserConfigured()- Specified by:
isUserConfiguredin interfaceClientConfig- Specified by:
isUserConfiguredin interfaceio.restassured.config.Config
-
webTestClientConfig
Just syntactic sugar.- Returns:
- A new instance of
WebTestClientConfig.
-
with
Just syntactic sugar to make the DSL more English-like.
-