public class RestAssuredConfiguration extends Object
| Constructor and Description |
|---|
RestAssuredConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static RestAssuredConfiguration |
fromMap(Map<String,String> conf) |
io.restassured.authentication.AuthenticationScheme |
getAuthenticationScheme() |
String |
getBasePath() |
String |
getBaseUri() |
String[] |
getExclusionContainers() |
int |
getPort() |
String |
getSchema() |
String |
getUseRelaxedHttpsValidation() |
boolean |
isAuthenticationSchemeSet() |
boolean |
isBasePathSet() |
boolean |
isBaseUriSet() |
boolean |
isPortSet() |
boolean |
isUseRelaxedHttpsValidationInAllProtocols() |
boolean |
isUseRelaxedHttpsValidationSet() |
public static RestAssuredConfiguration fromMap(Map<String,String> conf)
public String getUseRelaxedHttpsValidation()
public boolean isUseRelaxedHttpsValidationSet()
public boolean isUseRelaxedHttpsValidationInAllProtocols()
public boolean isAuthenticationSchemeSet()
public io.restassured.authentication.AuthenticationScheme getAuthenticationScheme()
public boolean isPortSet()
public int getPort()
public boolean isBasePathSet()
public String getBasePath()
public boolean isBaseUriSet()
public String getBaseUri()
public String[] getExclusionContainers()
public String getSchema()
Copyright © 2018 JBoss by Red Hat. All rights reserved.