Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Method and Description |
---|---|
BreakPointConfig |
TestCaseConfig.addNewBreakPoints()
Appends and returns a new empty value (as xml) as the last "breakPoints" element
|
BreakPointConfig[] |
TestCaseConfig.getBreakPointsArray()
Deprecated.
|
BreakPointConfig |
TestCaseConfig.getBreakPointsArray(int i)
Gets ith "breakPoints" element
|
BreakPointConfig |
TestCaseConfig.insertNewBreakPoints(int i)
Inserts and returns a new empty value (as xml) as the ith "breakPoints" element
|
static BreakPointConfig |
BreakPointConfig.Factory.newInstance() |
static BreakPointConfig |
BreakPointConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static BreakPointConfig |
BreakPointConfig.Factory.parse(File file) |
static BreakPointConfig |
BreakPointConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static BreakPointConfig |
BreakPointConfig.Factory.parse(InputStream is) |
static BreakPointConfig |
BreakPointConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static BreakPointConfig |
BreakPointConfig.Factory.parse(Node node) |
static BreakPointConfig |
BreakPointConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static BreakPointConfig |
BreakPointConfig.Factory.parse(Reader r) |
static BreakPointConfig |
BreakPointConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static BreakPointConfig |
BreakPointConfig.Factory.parse(String xmlAsString) |
static BreakPointConfig |
BreakPointConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static BreakPointConfig |
BreakPointConfig.Factory.parse(URL u) |
static BreakPointConfig |
BreakPointConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static BreakPointConfig |
BreakPointConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static BreakPointConfig |
BreakPointConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static BreakPointConfig |
BreakPointConfig.Factory.parse(XMLStreamReader sr) |
static BreakPointConfig |
BreakPointConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<BreakPointConfig> |
TestCaseConfig.getBreakPointsList()
Gets a List of "breakPoints" elements
|
Modifier and Type | Method and Description |
---|---|
void |
TestCaseConfig.setBreakPointsArray(BreakPointConfig[] breakPointsArray)
Sets array of all "breakPoints" element
|
void |
TestCaseConfig.setBreakPointsArray(int i,
BreakPointConfig breakPoints)
Sets ith "breakPoints" element
|
Modifier and Type | Class and Description |
---|---|
class |
BreakPointConfigImpl
An XML BreakPoint(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
BreakPointConfig |
TestCaseConfigImpl.addNewBreakPoints()
Appends and returns a new empty value (as xml) as the last "breakPoints" element
|
BreakPointConfig[] |
TestCaseConfigImpl.getBreakPointsArray()
Deprecated.
|
BreakPointConfig |
TestCaseConfigImpl.getBreakPointsArray(int i)
Gets ith "breakPoints" element
|
BreakPointConfig |
TestCaseConfigImpl.insertNewBreakPoints(int i)
Inserts and returns a new empty value (as xml) as the ith "breakPoints" element
|
Modifier and Type | Method and Description |
---|---|
List<BreakPointConfig> |
TestCaseConfigImpl.getBreakPointsList()
Gets a List of "breakPoints" elements
|
Modifier and Type | Method and Description |
---|---|
void |
TestCaseConfigImpl.setBreakPointsArray(BreakPointConfig[] breakPointsArray)
Sets array of all "breakPoints" element
|
void |
TestCaseConfigImpl.setBreakPointsArray(int i,
BreakPointConfig breakPoints)
Sets ith "breakPoints" element
|
Copyright © 2019. All Rights Reserved.