Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.wsdl.loadtest |
LoadTest-related classes
|
com.eviware.soapui.impl.wsdl.testcase |
WSDL implementations of TestCase-related interfaces
|
Modifier and Type | Method and Description |
---|---|
LoadTestConfig |
TestCaseConfig.addNewLoadTest()
Appends and returns a new empty value (as xml) as the last "loadTest" element
|
LoadTestConfig[] |
TestCaseConfig.getLoadTestArray()
Deprecated.
|
LoadTestConfig |
TestCaseConfig.getLoadTestArray(int i)
Gets ith "loadTest" element
|
LoadTestConfig |
TestCaseConfig.insertNewLoadTest(int i)
Inserts and returns a new empty value (as xml) as the ith "loadTest" element
|
static LoadTestConfig |
LoadTestConfig.Factory.newInstance() |
static LoadTestConfig |
LoadTestConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static LoadTestConfig |
LoadTestConfig.Factory.parse(File file) |
static LoadTestConfig |
LoadTestConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static LoadTestConfig |
LoadTestConfig.Factory.parse(InputStream is) |
static LoadTestConfig |
LoadTestConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static LoadTestConfig |
LoadTestConfig.Factory.parse(Node node) |
static LoadTestConfig |
LoadTestConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static LoadTestConfig |
LoadTestConfig.Factory.parse(Reader r) |
static LoadTestConfig |
LoadTestConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static LoadTestConfig |
LoadTestConfig.Factory.parse(String xmlAsString) |
static LoadTestConfig |
LoadTestConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static LoadTestConfig |
LoadTestConfig.Factory.parse(URL u) |
static LoadTestConfig |
LoadTestConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static LoadTestConfig |
LoadTestConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static LoadTestConfig |
LoadTestConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static LoadTestConfig |
LoadTestConfig.Factory.parse(XMLStreamReader sr) |
static LoadTestConfig |
LoadTestConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<LoadTestConfig> |
TestCaseConfig.getLoadTestList()
Gets a List of "loadTest" elements
|
Modifier and Type | Method and Description |
---|---|
void |
TestCaseConfig.setLoadTestArray(int i,
LoadTestConfig loadTest)
Sets ith "loadTest" element
|
void |
TestCaseConfig.setLoadTestArray(LoadTestConfig[] loadTestArray)
Sets array of all "loadTest" element
|
Modifier and Type | Class and Description |
---|---|
class |
LoadTestConfigImpl
An XML LoadTest(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
LoadTestConfig |
TestCaseConfigImpl.addNewLoadTest()
Appends and returns a new empty value (as xml) as the last "loadTest" element
|
LoadTestConfig[] |
TestCaseConfigImpl.getLoadTestArray()
Deprecated.
|
LoadTestConfig |
TestCaseConfigImpl.getLoadTestArray(int i)
Gets ith "loadTest" element
|
LoadTestConfig |
TestCaseConfigImpl.insertNewLoadTest(int i)
Inserts and returns a new empty value (as xml) as the ith "loadTest" element
|
Modifier and Type | Method and Description |
---|---|
List<LoadTestConfig> |
TestCaseConfigImpl.getLoadTestList()
Gets a List of "loadTest" elements
|
Modifier and Type | Method and Description |
---|---|
void |
TestCaseConfigImpl.setLoadTestArray(int i,
LoadTestConfig loadTest)
Sets ith "loadTest" element
|
void |
TestCaseConfigImpl.setLoadTestArray(LoadTestConfig[] loadTestArray)
Sets array of all "loadTest" element
|
Modifier and Type | Method and Description |
---|---|
void |
WsdlLoadTest.resetConfigOnMove(LoadTestConfig config) |
Constructor and Description |
---|
WsdlLoadTest(WsdlTestCase testCase,
LoadTestConfig config) |
Modifier and Type | Method and Description |
---|---|
WsdlLoadTest |
WsdlTestCase.buildLoadTest(LoadTestConfig tsc) |
Copyright © 2019. All Rights Reserved.