Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Method and Description |
---|---|
TestOnDemandTestCaseConfig |
TestOnDemandTxnConfig.addNewTestCase()
Appends and returns a new empty "TestCase" element
|
TestOnDemandTestCaseConfig |
TestOnDemandTxnConfig.getTestCase()
Gets the "TestCase" element
|
static TestOnDemandTestCaseConfig |
TestOnDemandTestCaseConfig.Factory.newInstance() |
static TestOnDemandTestCaseConfig |
TestOnDemandTestCaseConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TestOnDemandTestCaseConfig |
TestOnDemandTestCaseConfig.Factory.parse(File file) |
static TestOnDemandTestCaseConfig |
TestOnDemandTestCaseConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TestOnDemandTestCaseConfig |
TestOnDemandTestCaseConfig.Factory.parse(InputStream is) |
static TestOnDemandTestCaseConfig |
TestOnDemandTestCaseConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TestOnDemandTestCaseConfig |
TestOnDemandTestCaseConfig.Factory.parse(Node node) |
static TestOnDemandTestCaseConfig |
TestOnDemandTestCaseConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TestOnDemandTestCaseConfig |
TestOnDemandTestCaseConfig.Factory.parse(Reader r) |
static TestOnDemandTestCaseConfig |
TestOnDemandTestCaseConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TestOnDemandTestCaseConfig |
TestOnDemandTestCaseConfig.Factory.parse(String xmlAsString) |
static TestOnDemandTestCaseConfig |
TestOnDemandTestCaseConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TestOnDemandTestCaseConfig |
TestOnDemandTestCaseConfig.Factory.parse(URL u) |
static TestOnDemandTestCaseConfig |
TestOnDemandTestCaseConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TestOnDemandTestCaseConfig |
TestOnDemandTestCaseConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TestOnDemandTestCaseConfig |
TestOnDemandTestCaseConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TestOnDemandTestCaseConfig |
TestOnDemandTestCaseConfig.Factory.parse(XMLStreamReader sr) |
static TestOnDemandTestCaseConfig |
TestOnDemandTestCaseConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
TestOnDemandTxnConfig.setTestCase(TestOnDemandTestCaseConfig testCase)
Sets the "TestCase" element
|
Modifier and Type | Class and Description |
---|---|
class |
TestOnDemandTestCaseConfigImpl
An XML TestOnDemandTestCase(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
TestOnDemandTestCaseConfig |
TestOnDemandTxnConfigImpl.addNewTestCase()
Appends and returns a new empty "TestCase" element
|
TestOnDemandTestCaseConfig |
TestOnDemandTxnConfigImpl.getTestCase()
Gets the "TestCase" element
|
Modifier and Type | Method and Description |
---|---|
void |
TestOnDemandTxnConfigImpl.setTestCase(TestOnDemandTestCaseConfig testCase)
Sets the "TestCase" element
|
Copyright © 2019. All Rights Reserved.