Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Method and Description |
---|---|
AssertionEntryConfig |
GroupAssertionListConfig.addNewAssertions()
Appends and returns a new empty value (as xml) as the last "assertions" element
|
AssertionEntryConfig |
AssertionTestStepConfig.addNewEntry()
Appends and returns a new empty value (as xml) as the last "entry" element
|
AssertionEntryConfig[] |
GroupAssertionListConfig.getAssertionsArray()
Deprecated.
|
AssertionEntryConfig |
GroupAssertionListConfig.getAssertionsArray(int i)
Gets ith "assertions" element
|
AssertionEntryConfig[] |
AssertionTestStepConfig.getEntryArray()
Deprecated.
|
AssertionEntryConfig |
AssertionTestStepConfig.getEntryArray(int i)
Gets ith "entry" element
|
AssertionEntryConfig |
GroupAssertionListConfig.insertNewAssertions(int i)
Inserts and returns a new empty value (as xml) as the ith "assertions" element
|
AssertionEntryConfig |
AssertionTestStepConfig.insertNewEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "entry" element
|
static AssertionEntryConfig |
AssertionEntryConfig.Factory.newInstance() |
static AssertionEntryConfig |
AssertionEntryConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static AssertionEntryConfig |
AssertionEntryConfig.Factory.parse(File file) |
static AssertionEntryConfig |
AssertionEntryConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static AssertionEntryConfig |
AssertionEntryConfig.Factory.parse(InputStream is) |
static AssertionEntryConfig |
AssertionEntryConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static AssertionEntryConfig |
AssertionEntryConfig.Factory.parse(Node node) |
static AssertionEntryConfig |
AssertionEntryConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static AssertionEntryConfig |
AssertionEntryConfig.Factory.parse(Reader r) |
static AssertionEntryConfig |
AssertionEntryConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static AssertionEntryConfig |
AssertionEntryConfig.Factory.parse(String xmlAsString) |
static AssertionEntryConfig |
AssertionEntryConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static AssertionEntryConfig |
AssertionEntryConfig.Factory.parse(URL u) |
static AssertionEntryConfig |
AssertionEntryConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static AssertionEntryConfig |
AssertionEntryConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static AssertionEntryConfig |
AssertionEntryConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static AssertionEntryConfig |
AssertionEntryConfig.Factory.parse(XMLStreamReader sr) |
static AssertionEntryConfig |
AssertionEntryConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<AssertionEntryConfig> |
GroupAssertionListConfig.getAssertionsList()
Gets a List of "assertions" elements
|
List<AssertionEntryConfig> |
AssertionTestStepConfig.getEntryList()
Gets a List of "entry" elements
|
Modifier and Type | Method and Description |
---|---|
void |
GroupAssertionListConfig.setAssertionsArray(AssertionEntryConfig[] assertionsArray)
Sets array of all "assertions" element
|
void |
GroupAssertionListConfig.setAssertionsArray(int i,
AssertionEntryConfig assertions)
Sets ith "assertions" element
|
void |
AssertionTestStepConfig.setEntryArray(AssertionEntryConfig[] entryArray)
Sets array of all "entry" element
|
void |
AssertionTestStepConfig.setEntryArray(int i,
AssertionEntryConfig entry)
Sets ith "entry" element
|
Modifier and Type | Class and Description |
---|---|
class |
AssertionEntryConfigImpl
An XML AssertionEntry(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
AssertionEntryConfig |
GroupAssertionListConfigImpl.addNewAssertions()
Appends and returns a new empty value (as xml) as the last "assertions" element
|
AssertionEntryConfig |
AssertionTestStepConfigImpl.addNewEntry()
Appends and returns a new empty value (as xml) as the last "entry" element
|
AssertionEntryConfig[] |
GroupAssertionListConfigImpl.getAssertionsArray()
Deprecated.
|
AssertionEntryConfig |
GroupAssertionListConfigImpl.getAssertionsArray(int i)
Gets ith "assertions" element
|
AssertionEntryConfig[] |
AssertionTestStepConfigImpl.getEntryArray()
Deprecated.
|
AssertionEntryConfig |
AssertionTestStepConfigImpl.getEntryArray(int i)
Gets ith "entry" element
|
AssertionEntryConfig |
GroupAssertionListConfigImpl.insertNewAssertions(int i)
Inserts and returns a new empty value (as xml) as the ith "assertions" element
|
AssertionEntryConfig |
AssertionTestStepConfigImpl.insertNewEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "entry" element
|
Modifier and Type | Method and Description |
---|---|
List<AssertionEntryConfig> |
GroupAssertionListConfigImpl.getAssertionsList()
Gets a List of "assertions" elements
|
List<AssertionEntryConfig> |
AssertionTestStepConfigImpl.getEntryList()
Gets a List of "entry" elements
|
Modifier and Type | Method and Description |
---|---|
void |
GroupAssertionListConfigImpl.setAssertionsArray(AssertionEntryConfig[] assertionsArray)
Sets array of all "assertions" element
|
void |
GroupAssertionListConfigImpl.setAssertionsArray(int i,
AssertionEntryConfig assertions)
Sets ith "assertions" element
|
void |
AssertionTestStepConfigImpl.setEntryArray(AssertionEntryConfig[] entryArray)
Sets array of all "entry" element
|
void |
AssertionTestStepConfigImpl.setEntryArray(int i,
AssertionEntryConfig entry)
Sets ith "entry" element
|
Copyright © 2019. All Rights Reserved.