Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.wsdl |
WSDL 1.1 implementations of soapui model interface
|
com.eviware.soapui.impl.wsdl.testcase |
WSDL implementations of TestCase-related interfaces
|
Modifier and Type | Method and Description |
---|---|
TestCaseConfig |
TestSuiteConfig.addNewTestCase()
Appends and returns a new empty value (as xml) as the last "testCase" element
|
TestCaseConfig |
TestCaseDocumentConfig.addNewTestCase()
Appends and returns a new empty "testCase" element
|
TestCaseConfig |
TestCaseDocumentConfig.getTestCase()
Gets the "testCase" element
|
TestCaseConfig[] |
TestSuiteConfig.getTestCaseArray()
Deprecated.
|
TestCaseConfig |
TestSuiteConfig.getTestCaseArray(int i)
Gets ith "testCase" element
|
TestCaseConfig |
TestSuiteConfig.insertNewTestCase(int i)
Inserts and returns a new empty value (as xml) as the ith "testCase" element
|
static TestCaseConfig |
TestCaseConfig.Factory.newInstance() |
static TestCaseConfig |
TestCaseConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TestCaseConfig |
TestCaseConfig.Factory.parse(File file) |
static TestCaseConfig |
TestCaseConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TestCaseConfig |
TestCaseConfig.Factory.parse(InputStream is) |
static TestCaseConfig |
TestCaseConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TestCaseConfig |
TestCaseConfig.Factory.parse(Node node) |
static TestCaseConfig |
TestCaseConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TestCaseConfig |
TestCaseConfig.Factory.parse(Reader r) |
static TestCaseConfig |
TestCaseConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TestCaseConfig |
TestCaseConfig.Factory.parse(String xmlAsString) |
static TestCaseConfig |
TestCaseConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TestCaseConfig |
TestCaseConfig.Factory.parse(URL u) |
static TestCaseConfig |
TestCaseConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TestCaseConfig |
TestCaseConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TestCaseConfig |
TestCaseConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TestCaseConfig |
TestCaseConfig.Factory.parse(XMLStreamReader sr) |
static TestCaseConfig |
TestCaseConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<TestCaseConfig> |
TestSuiteConfig.getTestCaseList()
Gets a List of "testCase" elements
|
Modifier and Type | Method and Description |
---|---|
void |
TestCaseDocumentConfig.setTestCase(TestCaseConfig testCase)
Sets the "testCase" element
|
void |
TestSuiteConfig.setTestCaseArray(int i,
TestCaseConfig testCase)
Sets ith "testCase" element
|
void |
TestSuiteConfig.setTestCaseArray(TestCaseConfig[] testCaseArray)
Sets array of all "testCase" element
|
Modifier and Type | Class and Description |
---|---|
class |
TestCaseConfigImpl
An XML TestCase(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
TestCaseConfig |
TestSuiteConfigImpl.addNewTestCase()
Appends and returns a new empty value (as xml) as the last "testCase" element
|
TestCaseConfig |
TestCaseDocumentConfigImpl.addNewTestCase()
Appends and returns a new empty "testCase" element
|
TestCaseConfig |
TestCaseDocumentConfigImpl.getTestCase()
Gets the "testCase" element
|
TestCaseConfig[] |
TestSuiteConfigImpl.getTestCaseArray()
Deprecated.
|
TestCaseConfig |
TestSuiteConfigImpl.getTestCaseArray(int i)
Gets ith "testCase" element
|
TestCaseConfig |
TestSuiteConfigImpl.insertNewTestCase(int i)
Inserts and returns a new empty value (as xml) as the ith "testCase" element
|
Modifier and Type | Method and Description |
---|---|
List<TestCaseConfig> |
TestSuiteConfigImpl.getTestCaseList()
Gets a List of "testCase" elements
|
Modifier and Type | Method and Description |
---|---|
void |
TestCaseDocumentConfigImpl.setTestCase(TestCaseConfig testCase)
Sets the "testCase" element
|
void |
TestSuiteConfigImpl.setTestCaseArray(int i,
TestCaseConfig testCase)
Sets ith "testCase" element
|
void |
TestSuiteConfigImpl.setTestCaseArray(TestCaseConfig[] testCaseArray)
Sets array of all "testCase" element
|
Modifier and Type | Method and Description |
---|---|
WsdlTestCase |
WsdlTestSuite.buildTestCase(TestCaseConfig testCaseConfig,
boolean forLoadTest) |
void |
WsdlTestSuite.replace(WsdlTestCase testCase,
TestCaseConfig newTestCase) |
Modifier and Type | Method and Description |
---|---|
void |
WsdlTestCase.resetConfigOnMove(TestCaseConfig testCaseConfig) |
Constructor and Description |
---|
WsdlTestCase(WsdlTestSuite testSuite,
TestCaseConfig config,
boolean forLoadTest) |
Copyright © 2019. All Rights Reserved.