public class TestSuiteConfigImpl extends ModelItemConfigImpl implements TestSuiteConfig
TestSuiteConfig.Factory
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
type
Constructor and Description |
---|
TestSuiteConfigImpl(org.apache.xmlbeans.SchemaType sType) |
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
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
_copy, _copy, _isComplexContent, _isComplexType, _set, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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
public TestSuiteConfigImpl(org.apache.xmlbeans.SchemaType sType)
public TestSuiteRunTypesConfig.Enum getRunType()
getRunType
in interface TestSuiteConfig
public TestSuiteRunTypesConfig xgetRunType()
xgetRunType
in interface TestSuiteConfig
public boolean isSetRunType()
isSetRunType
in interface TestSuiteConfig
public void setRunType(TestSuiteRunTypesConfig.Enum runType)
setRunType
in interface TestSuiteConfig
public void xsetRunType(TestSuiteRunTypesConfig runType)
xsetRunType
in interface TestSuiteConfig
public void unsetRunType()
unsetRunType
in interface TestSuiteConfig
public List<TestCaseConfig> getTestCaseList()
getTestCaseList
in interface TestSuiteConfig
public TestCaseConfig[] getTestCaseArray()
getTestCaseArray
in interface TestSuiteConfig
public TestCaseConfig getTestCaseArray(int i)
getTestCaseArray
in interface TestSuiteConfig
public int sizeOfTestCaseArray()
sizeOfTestCaseArray
in interface TestSuiteConfig
public void setTestCaseArray(TestCaseConfig[] testCaseArray)
setTestCaseArray
in interface TestSuiteConfig
public void setTestCaseArray(int i, TestCaseConfig testCase)
setTestCaseArray
in interface TestSuiteConfig
public TestCaseConfig insertNewTestCase(int i)
insertNewTestCase
in interface TestSuiteConfig
public TestCaseConfig addNewTestCase()
addNewTestCase
in interface TestSuiteConfig
public void removeTestCase(int i)
removeTestCase
in interface TestSuiteConfig
public PropertiesTypeConfig getProperties()
getProperties
in interface TestSuiteConfig
public boolean isSetProperties()
isSetProperties
in interface TestSuiteConfig
public void setProperties(PropertiesTypeConfig properties)
setProperties
in interface TestSuiteConfig
public PropertiesTypeConfig addNewProperties()
addNewProperties
in interface TestSuiteConfig
public void unsetProperties()
unsetProperties
in interface TestSuiteConfig
public ScriptConfig getSetupScript()
getSetupScript
in interface TestSuiteConfig
public boolean isSetSetupScript()
isSetSetupScript
in interface TestSuiteConfig
public void setSetupScript(ScriptConfig setupScript)
setSetupScript
in interface TestSuiteConfig
public ScriptConfig addNewSetupScript()
addNewSetupScript
in interface TestSuiteConfig
public void unsetSetupScript()
unsetSetupScript
in interface TestSuiteConfig
public ScriptConfig getTearDownScript()
getTearDownScript
in interface TestSuiteConfig
public boolean isSetTearDownScript()
isSetTearDownScript
in interface TestSuiteConfig
public void setTearDownScript(ScriptConfig tearDownScript)
setTearDownScript
in interface TestSuiteConfig
public ScriptConfig addNewTearDownScript()
addNewTearDownScript
in interface TestSuiteConfig
public void unsetTearDownScript()
unsetTearDownScript
in interface TestSuiteConfig
public ScriptConfig getReportScript()
getReportScript
in interface TestSuiteConfig
public boolean isSetReportScript()
isSetReportScript
in interface TestSuiteConfig
public void setReportScript(ScriptConfig reportScript)
setReportScript
in interface TestSuiteConfig
public ScriptConfig addNewReportScript()
addNewReportScript
in interface TestSuiteConfig
public void unsetReportScript()
unsetReportScript
in interface TestSuiteConfig
public List<ReportTemplateConfig> getReportTemplatesList()
getReportTemplatesList
in interface TestSuiteConfig
public ReportTemplateConfig[] getReportTemplatesArray()
getReportTemplatesArray
in interface TestSuiteConfig
public ReportTemplateConfig getReportTemplatesArray(int i)
getReportTemplatesArray
in interface TestSuiteConfig
public int sizeOfReportTemplatesArray()
sizeOfReportTemplatesArray
in interface TestSuiteConfig
public void setReportTemplatesArray(ReportTemplateConfig[] reportTemplatesArray)
setReportTemplatesArray
in interface TestSuiteConfig
public void setReportTemplatesArray(int i, ReportTemplateConfig reportTemplates)
setReportTemplatesArray
in interface TestSuiteConfig
public ReportTemplateConfig insertNewReportTemplates(int i)
insertNewReportTemplates
in interface TestSuiteConfig
public ReportTemplateConfig addNewReportTemplates()
addNewReportTemplates
in interface TestSuiteConfig
public void removeReportTemplates(int i)
removeReportTemplates
in interface TestSuiteConfig
public PropertiesTypeConfig getReportParameters()
getReportParameters
in interface TestSuiteConfig
public boolean isSetReportParameters()
isSetReportParameters
in interface TestSuiteConfig
public void setReportParameters(PropertiesTypeConfig reportParameters)
setReportParameters
in interface TestSuiteConfig
public PropertiesTypeConfig addNewReportParameters()
addNewReportParameters
in interface TestSuiteConfig
public void unsetReportParameters()
unsetReportParameters
in interface TestSuiteConfig
public boolean getDisabled()
getDisabled
in interface TestSuiteConfig
public org.apache.xmlbeans.XmlBoolean xgetDisabled()
xgetDisabled
in interface TestSuiteConfig
public boolean isSetDisabled()
isSetDisabled
in interface TestSuiteConfig
public void setDisabled(boolean disabled)
setDisabled
in interface TestSuiteConfig
public void xsetDisabled(org.apache.xmlbeans.XmlBoolean disabled)
xsetDisabled
in interface TestSuiteConfig
public void unsetDisabled()
unsetDisabled
in interface TestSuiteConfig
public boolean getAbortOnError()
getAbortOnError
in interface TestSuiteConfig
public org.apache.xmlbeans.XmlBoolean xgetAbortOnError()
xgetAbortOnError
in interface TestSuiteConfig
public boolean isSetAbortOnError()
isSetAbortOnError
in interface TestSuiteConfig
public void setAbortOnError(boolean abortOnError)
setAbortOnError
in interface TestSuiteConfig
public void xsetAbortOnError(org.apache.xmlbeans.XmlBoolean abortOnError)
xsetAbortOnError
in interface TestSuiteConfig
public void unsetAbortOnError()
unsetAbortOnError
in interface TestSuiteConfig
public boolean getFailOnErrors()
getFailOnErrors
in interface TestSuiteConfig
public org.apache.xmlbeans.XmlBoolean xgetFailOnErrors()
xgetFailOnErrors
in interface TestSuiteConfig
public boolean isSetFailOnErrors()
isSetFailOnErrors
in interface TestSuiteConfig
public void setFailOnErrors(boolean failOnErrors)
setFailOnErrors
in interface TestSuiteConfig
public void xsetFailOnErrors(org.apache.xmlbeans.XmlBoolean failOnErrors)
xsetFailOnErrors
in interface TestSuiteConfig
public void unsetFailOnErrors()
unsetFailOnErrors
in interface TestSuiteConfig
public long getTimeout()
getTimeout
in interface TestSuiteConfig
public org.apache.xmlbeans.XmlLong xgetTimeout()
xgetTimeout
in interface TestSuiteConfig
public boolean isSetTimeout()
isSetTimeout
in interface TestSuiteConfig
public void setTimeout(long timeout)
setTimeout
in interface TestSuiteConfig
public void xsetTimeout(org.apache.xmlbeans.XmlLong timeout)
xsetTimeout
in interface TestSuiteConfig
public void unsetTimeout()
unsetTimeout
in interface TestSuiteConfig
Copyright © 2019. All Rights Reserved.