public interface TestSuiteConfig extends ModelItemConfig
Modifier and Type | Interface and Description |
---|---|
static class |
TestSuiteConfig.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
PropertiesTypeConfig |
addNewProperties()
Appends and returns a new empty "properties" element
|
PropertiesTypeConfig |
addNewReportParameters()
Appends and returns a new empty "reportParameters" element
|
ScriptConfig |
addNewReportScript()
Appends and returns a new empty "reportScript" element
|
ReportTemplateConfig |
addNewReportTemplates()
Appends and returns a new empty value (as xml) as the last "reportTemplates" element
|
ScriptConfig |
addNewSetupScript()
Appends and returns a new empty "setupScript" element
|
ScriptConfig |
addNewTearDownScript()
Appends and returns a new empty "tearDownScript" element
|
TestCaseConfig |
addNewTestCase()
Appends and returns a new empty value (as xml) as the last "testCase" element
|
boolean |
getAbortOnError()
Gets the "abortOnError" attribute
|
boolean |
getDisabled()
Gets the "disabled" attribute
|
boolean |
getFailOnErrors()
Gets the "failOnErrors" attribute
|
PropertiesTypeConfig |
getProperties()
Gets the "properties" element
|
PropertiesTypeConfig |
getReportParameters()
Gets the "reportParameters" element
|
ScriptConfig |
getReportScript()
Gets the "reportScript" element
|
ReportTemplateConfig[] |
getReportTemplatesArray()
Deprecated.
|
ReportTemplateConfig |
getReportTemplatesArray(int i)
Gets ith "reportTemplates" element
|
List<ReportTemplateConfig> |
getReportTemplatesList()
Gets a List of "reportTemplates" elements
|
TestSuiteRunTypesConfig.Enum |
getRunType()
Gets the "runType" element
|
ScriptConfig |
getSetupScript()
Gets the "setupScript" element
|
ScriptConfig |
getTearDownScript()
Gets the "tearDownScript" element
|
TestCaseConfig[] |
getTestCaseArray()
Deprecated.
|
TestCaseConfig |
getTestCaseArray(int i)
Gets ith "testCase" element
|
List<TestCaseConfig> |
getTestCaseList()
Gets a List of "testCase" elements
|
long |
getTimeout()
Gets the "timeout" attribute
|
ReportTemplateConfig |
insertNewReportTemplates(int i)
Inserts and returns a new empty value (as xml) as the ith "reportTemplates" element
|
TestCaseConfig |
insertNewTestCase(int i)
Inserts and returns a new empty value (as xml) as the ith "testCase" element
|
boolean |
isSetAbortOnError()
True if has "abortOnError" attribute
|
boolean |
isSetDisabled()
True if has "disabled" attribute
|
boolean |
isSetFailOnErrors()
True if has "failOnErrors" attribute
|
boolean |
isSetProperties()
True if has "properties" element
|
boolean |
isSetReportParameters()
True if has "reportParameters" element
|
boolean |
isSetReportScript()
True if has "reportScript" element
|
boolean |
isSetRunType()
True if has "runType" element
|
boolean |
isSetSetupScript()
True if has "setupScript" element
|
boolean |
isSetTearDownScript()
True if has "tearDownScript" element
|
boolean |
isSetTimeout()
True if has "timeout" attribute
|
void |
removeReportTemplates(int i)
Removes the ith "reportTemplates" element
|
void |
removeTestCase(int i)
Removes the ith "testCase" element
|
void |
setAbortOnError(boolean abortOnError)
Sets the "abortOnError" attribute
|
void |
setDisabled(boolean disabled)
Sets the "disabled" attribute
|
void |
setFailOnErrors(boolean failOnErrors)
Sets the "failOnErrors" attribute
|
void |
setProperties(PropertiesTypeConfig properties)
Sets the "properties" element
|
void |
setReportParameters(PropertiesTypeConfig reportParameters)
Sets the "reportParameters" element
|
void |
setReportScript(ScriptConfig reportScript)
Sets the "reportScript" element
|
void |
setReportTemplatesArray(int i,
ReportTemplateConfig reportTemplates)
Sets ith "reportTemplates" element
|
void |
setReportTemplatesArray(ReportTemplateConfig[] reportTemplatesArray)
Sets array of all "reportTemplates" element
|
void |
setRunType(TestSuiteRunTypesConfig.Enum runType)
Sets the "runType" element
|
void |
setSetupScript(ScriptConfig setupScript)
Sets the "setupScript" element
|
void |
setTearDownScript(ScriptConfig tearDownScript)
Sets the "tearDownScript" element
|
void |
setTestCaseArray(int i,
TestCaseConfig testCase)
Sets ith "testCase" element
|
void |
setTestCaseArray(TestCaseConfig[] testCaseArray)
Sets array of all "testCase" element
|
void |
setTimeout(long timeout)
Sets the "timeout" attribute
|
int |
sizeOfReportTemplatesArray()
Returns number of "reportTemplates" element
|
int |
sizeOfTestCaseArray()
Returns number of "testCase" element
|
void |
unsetAbortOnError()
Unsets the "abortOnError" attribute
|
void |
unsetDisabled()
Unsets the "disabled" attribute
|
void |
unsetFailOnErrors()
Unsets the "failOnErrors" attribute
|
void |
unsetProperties()
Unsets the "properties" element
|
void |
unsetReportParameters()
Unsets the "reportParameters" element
|
void |
unsetReportScript()
Unsets the "reportScript" element
|
void |
unsetRunType()
Unsets the "runType" element
|
void |
unsetSetupScript()
Unsets the "setupScript" element
|
void |
unsetTearDownScript()
Unsets the "tearDownScript" element
|
void |
unsetTimeout()
Unsets the "timeout" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetAbortOnError()
Gets (as xml) the "abortOnError" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetDisabled()
Gets (as xml) the "disabled" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetFailOnErrors()
Gets (as xml) the "failOnErrors" attribute
|
TestSuiteRunTypesConfig |
xgetRunType()
Gets (as xml) the "runType" element
|
org.apache.xmlbeans.XmlLong |
xgetTimeout()
Gets (as xml) the "timeout" attribute
|
void |
xsetAbortOnError(org.apache.xmlbeans.XmlBoolean abortOnError)
Sets (as xml) the "abortOnError" attribute
|
void |
xsetDisabled(org.apache.xmlbeans.XmlBoolean disabled)
Sets (as xml) the "disabled" attribute
|
void |
xsetFailOnErrors(org.apache.xmlbeans.XmlBoolean failOnErrors)
Sets (as xml) the "failOnErrors" attribute
|
void |
xsetRunType(TestSuiteRunTypesConfig runType)
Sets (as xml) the "runType" element
|
void |
xsetTimeout(org.apache.xmlbeans.XmlLong timeout)
Sets (as xml) the "timeout" attribute
|
addNewSettings, getDescription, getId, getName, getSettings, getTimestamp, isSetDescription, isSetId, isSetName, isSetSettings, isSetTimestamp, setDescription, setId, setName, setSettings, setTimestamp, unsetDescription, unsetId, unsetName, unsetSettings, unsetTimestamp, xgetDescription, xgetId, xgetName, xgetTimestamp, xsetDescription, xsetId, xsetName, xsetTimestamp
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
TestSuiteRunTypesConfig.Enum getRunType()
TestSuiteRunTypesConfig xgetRunType()
boolean isSetRunType()
void setRunType(TestSuiteRunTypesConfig.Enum runType)
void xsetRunType(TestSuiteRunTypesConfig runType)
void unsetRunType()
List<TestCaseConfig> getTestCaseList()
TestCaseConfig[] getTestCaseArray()
TestCaseConfig getTestCaseArray(int i)
int sizeOfTestCaseArray()
void setTestCaseArray(TestCaseConfig[] testCaseArray)
void setTestCaseArray(int i, TestCaseConfig testCase)
TestCaseConfig insertNewTestCase(int i)
TestCaseConfig addNewTestCase()
void removeTestCase(int i)
PropertiesTypeConfig getProperties()
boolean isSetProperties()
void setProperties(PropertiesTypeConfig properties)
PropertiesTypeConfig addNewProperties()
void unsetProperties()
ScriptConfig getSetupScript()
boolean isSetSetupScript()
void setSetupScript(ScriptConfig setupScript)
ScriptConfig addNewSetupScript()
void unsetSetupScript()
ScriptConfig getTearDownScript()
boolean isSetTearDownScript()
void setTearDownScript(ScriptConfig tearDownScript)
ScriptConfig addNewTearDownScript()
void unsetTearDownScript()
ScriptConfig getReportScript()
boolean isSetReportScript()
void setReportScript(ScriptConfig reportScript)
ScriptConfig addNewReportScript()
void unsetReportScript()
List<ReportTemplateConfig> getReportTemplatesList()
ReportTemplateConfig[] getReportTemplatesArray()
ReportTemplateConfig getReportTemplatesArray(int i)
int sizeOfReportTemplatesArray()
void setReportTemplatesArray(ReportTemplateConfig[] reportTemplatesArray)
void setReportTemplatesArray(int i, ReportTemplateConfig reportTemplates)
ReportTemplateConfig insertNewReportTemplates(int i)
ReportTemplateConfig addNewReportTemplates()
void removeReportTemplates(int i)
PropertiesTypeConfig getReportParameters()
boolean isSetReportParameters()
void setReportParameters(PropertiesTypeConfig reportParameters)
PropertiesTypeConfig addNewReportParameters()
void unsetReportParameters()
boolean getDisabled()
org.apache.xmlbeans.XmlBoolean xgetDisabled()
boolean isSetDisabled()
void setDisabled(boolean disabled)
void xsetDisabled(org.apache.xmlbeans.XmlBoolean disabled)
void unsetDisabled()
boolean getAbortOnError()
org.apache.xmlbeans.XmlBoolean xgetAbortOnError()
boolean isSetAbortOnError()
void setAbortOnError(boolean abortOnError)
void xsetAbortOnError(org.apache.xmlbeans.XmlBoolean abortOnError)
void unsetAbortOnError()
boolean getFailOnErrors()
org.apache.xmlbeans.XmlBoolean xgetFailOnErrors()
boolean isSetFailOnErrors()
void setFailOnErrors(boolean failOnErrors)
void xsetFailOnErrors(org.apache.xmlbeans.XmlBoolean failOnErrors)
void unsetFailOnErrors()
long getTimeout()
org.apache.xmlbeans.XmlLong xgetTimeout()
boolean isSetTimeout()
void setTimeout(long timeout)
void xsetTimeout(org.apache.xmlbeans.XmlLong timeout)
void unsetTimeout()
Copyright © 2019. All Rights Reserved.