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 Details

    • WebTestClientConfig

      public WebTestClientConfig()
    • WebTestClientConfig

      public WebTestClientConfig(boolean userConfigured)
  • Method Details

    • isUserConfigured

      public boolean isUserConfigured()
      Specified by:
      isUserConfigured in interface ClientConfig
      Specified by:
      isUserConfigured in interface io.restassured.config.Config
    • webTestClientConfig

      public static WebTestClientConfig webTestClientConfig()
      Just syntactic sugar.
      Returns:
      A new instance of WebTestClientConfig.
    • with

      public WebTestClientConfig with()
      Just syntactic sugar to make the DSL more English-like.