Package org.elasticsearch.test.rest.yaml
Class ClientYamlTestCandidate
- java.lang.Object
-
- org.elasticsearch.test.rest.yaml.ClientYamlTestCandidate
-
public class ClientYamlTestCandidate extends java.lang.ObjectWrapsClientYamlTestSections ready to be run. Each test section is associated to itsClientYamlTestSuite.
-
-
Constructor Summary
Constructors Constructor Description ClientYamlTestCandidate(ClientYamlTestSuite restTestSuite, ClientYamlTestSection testSection)
-
Method Summary
Modifier and Type Method Description java.lang.StringgetApi()java.lang.StringgetName()SetupSectiongetSetupSection()java.lang.StringgetSuitePath()TeardownSectiongetTeardownSection()java.lang.StringgetTestPath()ClientYamlTestSectiongetTestSection()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ClientYamlTestCandidate
public ClientYamlTestCandidate(ClientYamlTestSuite restTestSuite, ClientYamlTestSection testSection)
-
-
Method Detail
-
getApi
public java.lang.String getApi()
-
getName
public java.lang.String getName()
-
getSuitePath
public java.lang.String getSuitePath()
-
getTestPath
public java.lang.String getTestPath()
-
getSetupSection
public SetupSection getSetupSection()
-
getTeardownSection
public TeardownSection getTeardownSection()
-
getTestSection
public ClientYamlTestSection getTestSection()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-