Class ClientYamlTestClient

java.lang.Object
org.elasticsearch.test.rest.yaml.ClientYamlTestClient
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
ClientYamlDocsTestClient

public class ClientYamlTestClient extends Object implements Closeable
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.