Package org.elasticsearch.test.rest.yaml
Class ClientYamlTestClient
java.lang.Object
org.elasticsearch.test.rest.yaml.ClientYamlTestClient
- All Implemented Interfaces:
Closeable,AutoCloseable
- Direct Known Subclasses:
ClientYamlDocsTestClient
Used by
ESClientYamlSuiteTestCase to execute REST requests according to the tests written in yaml suite files. Wraps a
RestClient instance used to send the REST requests. Holds the ClientYamlSuiteRestSpec used to translate api calls into
REST calls.-
Method Summary
Modifier and TypeMethodDescriptioncallApi(String apiName, Map<String,String> params, org.apache.http.HttpEntity entity, Map<String,String> headers, org.elasticsearch.client.NodeSelector nodeSelector)Calls an api with the provided parameters and bodyvoidclose()org.elasticsearch.Versionorg.elasticsearch.VersiongetOs()protected org.elasticsearch.client.RestClientgetRestClient(org.elasticsearch.client.NodeSelector nodeSelector)protected static voidsetOptions(org.elasticsearch.client.Request request, Map<String,String> headers)
-
Method Details
-
getEsVersion
public org.elasticsearch.Version getEsVersion() -
getMasterVersion
public org.elasticsearch.Version getMasterVersion() -
getOs
-
callApi
public ClientYamlTestResponse callApi(String apiName, Map<String,String> params, org.apache.http.HttpEntity entity, Map<String,String> headers, org.elasticsearch.client.NodeSelector nodeSelector) throws IOExceptionCalls an api with the provided parameters and body- Throws:
IOException
-
getRestClient
protected org.elasticsearch.client.RestClient getRestClient(org.elasticsearch.client.NodeSelector nodeSelector) -
setOptions
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-