public class RestTestSuite
extends java.lang.Object
| Constructor and Description |
|---|
RestTestSuite(java.lang.String api,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addTestSection(TestSection testSection)
Adds a
TestSection to the REST suite |
java.lang.String |
getApi() |
java.lang.String |
getName() |
java.lang.String |
getPath() |
SetupSection |
getSetupSection() |
java.util.List<TestSection> |
getTestSections() |
void |
setSetupSection(SetupSection setupSection) |
public java.lang.String getApi()
public java.lang.String getName()
public java.lang.String getPath()
public SetupSection getSetupSection()
public void setSetupSection(SetupSection setupSection)
public boolean addTestSection(TestSection testSection)
TestSection to the REST suitepublic java.util.List<TestSection> getTestSections()