public interface RunTestCaseStepConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
RunTestCaseStepConfig.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
|
StringListConfig |
addNewReturnProperties()
Appends and returns a new empty "returnProperties" element
|
boolean |
getCopyHttpSession()
Gets the "copyHttpSession" attribute
|
boolean |
getCopyLoadTestProperties()
Gets the "copyLoadTestProperties" attribute
|
boolean |
getIgnoreEmptyProperties()
Gets the "ignoreEmptyProperties" attribute
|
PropertiesTypeConfig |
getProperties()
Gets the "properties" element
|
StringListConfig |
getReturnProperties()
Gets the "returnProperties" element
|
RunTestCaseRunModeTypeConfig.Enum |
getRunMode()
Gets the "runMode" element
|
String |
getTargetTestCase()
Gets the "targetTestCase" element
|
boolean |
isSetCopyHttpSession()
True if has "copyHttpSession" attribute
|
boolean |
isSetCopyLoadTestProperties()
True if has "copyLoadTestProperties" attribute
|
boolean |
isSetIgnoreEmptyProperties()
True if has "ignoreEmptyProperties" attribute
|
void |
setCopyHttpSession(boolean copyHttpSession)
Sets the "copyHttpSession" attribute
|
void |
setCopyLoadTestProperties(boolean copyLoadTestProperties)
Sets the "copyLoadTestProperties" attribute
|
void |
setIgnoreEmptyProperties(boolean ignoreEmptyProperties)
Sets the "ignoreEmptyProperties" attribute
|
void |
setProperties(PropertiesTypeConfig properties)
Sets the "properties" element
|
void |
setReturnProperties(StringListConfig returnProperties)
Sets the "returnProperties" element
|
void |
setRunMode(RunTestCaseRunModeTypeConfig.Enum runMode)
Sets the "runMode" element
|
void |
setTargetTestCase(String targetTestCase)
Sets the "targetTestCase" element
|
void |
unsetCopyHttpSession()
Unsets the "copyHttpSession" attribute
|
void |
unsetCopyLoadTestProperties()
Unsets the "copyLoadTestProperties" attribute
|
void |
unsetIgnoreEmptyProperties()
Unsets the "ignoreEmptyProperties" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetCopyHttpSession()
Gets (as xml) the "copyHttpSession" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetCopyLoadTestProperties()
Gets (as xml) the "copyLoadTestProperties" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetIgnoreEmptyProperties()
Gets (as xml) the "ignoreEmptyProperties" attribute
|
RunTestCaseRunModeTypeConfig |
xgetRunMode()
Gets (as xml) the "runMode" element
|
org.apache.xmlbeans.XmlString |
xgetTargetTestCase()
Gets (as xml) the "targetTestCase" element
|
void |
xsetCopyHttpSession(org.apache.xmlbeans.XmlBoolean copyHttpSession)
Sets (as xml) the "copyHttpSession" attribute
|
void |
xsetCopyLoadTestProperties(org.apache.xmlbeans.XmlBoolean copyLoadTestProperties)
Sets (as xml) the "copyLoadTestProperties" attribute
|
void |
xsetIgnoreEmptyProperties(org.apache.xmlbeans.XmlBoolean ignoreEmptyProperties)
Sets (as xml) the "ignoreEmptyProperties" attribute
|
void |
xsetRunMode(RunTestCaseRunModeTypeConfig runMode)
Sets (as xml) the "runMode" element
|
void |
xsetTargetTestCase(org.apache.xmlbeans.XmlString targetTestCase)
Sets (as xml) the "targetTestCase" element
|
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 getTargetTestCase()
org.apache.xmlbeans.XmlString xgetTargetTestCase()
void setTargetTestCase(String targetTestCase)
void xsetTargetTestCase(org.apache.xmlbeans.XmlString targetTestCase)
PropertiesTypeConfig getProperties()
void setProperties(PropertiesTypeConfig properties)
PropertiesTypeConfig addNewProperties()
StringListConfig getReturnProperties()
void setReturnProperties(StringListConfig returnProperties)
StringListConfig addNewReturnProperties()
RunTestCaseRunModeTypeConfig.Enum getRunMode()
RunTestCaseRunModeTypeConfig xgetRunMode()
void setRunMode(RunTestCaseRunModeTypeConfig.Enum runMode)
void xsetRunMode(RunTestCaseRunModeTypeConfig runMode)
boolean getCopyLoadTestProperties()
org.apache.xmlbeans.XmlBoolean xgetCopyLoadTestProperties()
boolean isSetCopyLoadTestProperties()
void setCopyLoadTestProperties(boolean copyLoadTestProperties)
void xsetCopyLoadTestProperties(org.apache.xmlbeans.XmlBoolean copyLoadTestProperties)
void unsetCopyLoadTestProperties()
boolean getCopyHttpSession()
org.apache.xmlbeans.XmlBoolean xgetCopyHttpSession()
boolean isSetCopyHttpSession()
void setCopyHttpSession(boolean copyHttpSession)
void xsetCopyHttpSession(org.apache.xmlbeans.XmlBoolean copyHttpSession)
void unsetCopyHttpSession()
boolean getIgnoreEmptyProperties()
org.apache.xmlbeans.XmlBoolean xgetIgnoreEmptyProperties()
boolean isSetIgnoreEmptyProperties()
void setIgnoreEmptyProperties(boolean ignoreEmptyProperties)
void xsetIgnoreEmptyProperties(org.apache.xmlbeans.XmlBoolean ignoreEmptyProperties)
void unsetIgnoreEmptyProperties()
Copyright © 2019. All Rights Reserved.