public interface TestScenarioConfig extends ModelItemConfig
Modifier and Type | Interface and Description |
---|---|
static class |
TestScenarioConfig.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 |
---|---|
boolean |
getAbortOnError()
Gets the "abortOnError" attribute
|
String |
getAfterRunScript()
Gets the "afterRunScript" element
|
String |
getBeforeRunScript()
Gets the "beforeRunScript" element
|
boolean |
getFailOnErrors()
Gets the "failOnErrors" attribute
|
TestSuiteRunTypesConfig.Enum |
getRunType()
Gets the "runType" attribute
|
long |
getTimeout()
Gets the "timeout" attribute
|
boolean |
isSetAbortOnError()
True if has "abortOnError" attribute
|
boolean |
isSetFailOnErrors()
True if has "failOnErrors" attribute
|
boolean |
isSetRunType()
True if has "runType" attribute
|
boolean |
isSetTimeout()
True if has "timeout" attribute
|
void |
setAbortOnError(boolean abortOnError)
Sets the "abortOnError" attribute
|
void |
setAfterRunScript(String afterRunScript)
Sets the "afterRunScript" element
|
void |
setBeforeRunScript(String beforeRunScript)
Sets the "beforeRunScript" element
|
void |
setFailOnErrors(boolean failOnErrors)
Sets the "failOnErrors" attribute
|
void |
setRunType(TestSuiteRunTypesConfig.Enum runType)
Sets the "runType" attribute
|
void |
setTimeout(long timeout)
Sets the "timeout" attribute
|
void |
unsetAbortOnError()
Unsets the "abortOnError" attribute
|
void |
unsetFailOnErrors()
Unsets the "failOnErrors" attribute
|
void |
unsetRunType()
Unsets the "runType" attribute
|
void |
unsetTimeout()
Unsets the "timeout" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetAbortOnError()
Gets (as xml) the "abortOnError" attribute
|
org.apache.xmlbeans.XmlString |
xgetAfterRunScript()
Gets (as xml) the "afterRunScript" element
|
org.apache.xmlbeans.XmlString |
xgetBeforeRunScript()
Gets (as xml) the "beforeRunScript" element
|
org.apache.xmlbeans.XmlBoolean |
xgetFailOnErrors()
Gets (as xml) the "failOnErrors" attribute
|
TestSuiteRunTypesConfig |
xgetRunType()
Gets (as xml) the "runType" attribute
|
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 |
xsetAfterRunScript(org.apache.xmlbeans.XmlString afterRunScript)
Sets (as xml) the "afterRunScript" element
|
void |
xsetBeforeRunScript(org.apache.xmlbeans.XmlString beforeRunScript)
Sets (as xml) the "beforeRunScript" element
|
void |
xsetFailOnErrors(org.apache.xmlbeans.XmlBoolean failOnErrors)
Sets (as xml) the "failOnErrors" attribute
|
void |
xsetRunType(TestSuiteRunTypesConfig runType)
Sets (as xml) the "runType" attribute
|
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
String getBeforeRunScript()
org.apache.xmlbeans.XmlString xgetBeforeRunScript()
void setBeforeRunScript(String beforeRunScript)
void xsetBeforeRunScript(org.apache.xmlbeans.XmlString beforeRunScript)
String getAfterRunScript()
org.apache.xmlbeans.XmlString xgetAfterRunScript()
void setAfterRunScript(String afterRunScript)
void xsetAfterRunScript(org.apache.xmlbeans.XmlString afterRunScript)
TestSuiteRunTypesConfig.Enum getRunType()
TestSuiteRunTypesConfig xgetRunType()
boolean isSetRunType()
void setRunType(TestSuiteRunTypesConfig.Enum runType)
void xsetRunType(TestSuiteRunTypesConfig runType)
void unsetRunType()
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.