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.loadtest.assertions |
LoadTest Assertions
|
Modifier and Type | Method and Description |
---|---|
LoadTestAssertionConfig |
LoadTestConfig.addNewAssertion()
Appends and returns a new empty value (as xml) as the last "assertion" element
|
LoadTestAssertionConfig[] |
LoadTestConfig.getAssertionArray()
Deprecated.
|
LoadTestAssertionConfig |
LoadTestConfig.getAssertionArray(int i)
Gets ith "assertion" element
|
LoadTestAssertionConfig |
LoadTestConfig.insertNewAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "assertion" element
|
static LoadTestAssertionConfig |
LoadTestAssertionConfig.Factory.newInstance() |
static LoadTestAssertionConfig |
LoadTestAssertionConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static LoadTestAssertionConfig |
LoadTestAssertionConfig.Factory.parse(File file) |
static LoadTestAssertionConfig |
LoadTestAssertionConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static LoadTestAssertionConfig |
LoadTestAssertionConfig.Factory.parse(InputStream is) |
static LoadTestAssertionConfig |
LoadTestAssertionConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static LoadTestAssertionConfig |
LoadTestAssertionConfig.Factory.parse(Node node) |
static LoadTestAssertionConfig |
LoadTestAssertionConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static LoadTestAssertionConfig |
LoadTestAssertionConfig.Factory.parse(Reader r) |
static LoadTestAssertionConfig |
LoadTestAssertionConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static LoadTestAssertionConfig |
LoadTestAssertionConfig.Factory.parse(String xmlAsString) |
static LoadTestAssertionConfig |
LoadTestAssertionConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static LoadTestAssertionConfig |
LoadTestAssertionConfig.Factory.parse(URL u) |
static LoadTestAssertionConfig |
LoadTestAssertionConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static LoadTestAssertionConfig |
LoadTestAssertionConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static LoadTestAssertionConfig |
LoadTestAssertionConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static LoadTestAssertionConfig |
LoadTestAssertionConfig.Factory.parse(XMLStreamReader sr) |
static LoadTestAssertionConfig |
LoadTestAssertionConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<LoadTestAssertionConfig> |
LoadTestConfig.getAssertionList()
Gets a List of "assertion" elements
|
Modifier and Type | Method and Description |
---|---|
void |
LoadTestConfig.setAssertionArray(int i,
LoadTestAssertionConfig assertion)
Sets ith "assertion" element
|
void |
LoadTestConfig.setAssertionArray(LoadTestAssertionConfig[] assertionArray)
Sets array of all "assertion" element
|
Modifier and Type | Class and Description |
---|---|
class |
LoadTestAssertionConfigImpl
An XML LoadTestAssertion(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
LoadTestAssertionConfig |
LoadTestConfigImpl.addNewAssertion()
Appends and returns a new empty value (as xml) as the last "assertion" element
|
LoadTestAssertionConfig[] |
LoadTestConfigImpl.getAssertionArray()
Deprecated.
|
LoadTestAssertionConfig |
LoadTestConfigImpl.getAssertionArray(int i)
Gets ith "assertion" element
|
LoadTestAssertionConfig |
LoadTestConfigImpl.insertNewAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "assertion" element
|
Modifier and Type | Method and Description |
---|---|
List<LoadTestAssertionConfig> |
LoadTestConfigImpl.getAssertionList()
Gets a List of "assertion" elements
|
Modifier and Type | Method and Description |
---|---|
void |
LoadTestConfigImpl.setAssertionArray(int i,
LoadTestAssertionConfig assertion)
Sets ith "assertion" element
|
void |
LoadTestConfigImpl.setAssertionArray(LoadTestAssertionConfig[] assertionArray)
Sets array of all "assertion" element
|
Modifier and Type | Method and Description |
---|---|
void |
LoadTestAssertion.updateConfiguration(LoadTestAssertionConfig configuration) |
Modifier and Type | Method and Description |
---|---|
static LoadTestAssertionConfig |
LoadTestAssertionRegistry.createAssertionConfig(String type) |
LoadTestAssertionConfig |
AbstractLoadTestAssertion.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
static AbstractLoadTestAssertion |
LoadTestAssertionRegistry.buildAssertion(LoadTestAssertionConfig config,
WsdlLoadTest loadTest) |
void |
AbstractLoadTestAssertion.updateConfiguration(LoadTestAssertionConfig configuration) |
Constructor and Description |
---|
AbstractLoadTestAssertion(LoadTestAssertionConfig assertionConfig,
WsdlLoadTest loadTest) |
MaxErrorsAssertion(LoadTestAssertionConfig assertionConfig,
WsdlLoadTest loadTest) |
TestStepAverageAssertion(LoadTestAssertionConfig assertionConfig,
WsdlLoadTest loadTest) |
TestStepMaxAssertion(LoadTestAssertionConfig assertionConfig,
WsdlLoadTest loadTest) |
TestStepStatusAssertion(LoadTestAssertionConfig assertionConfig,
WsdlLoadTest loadTest) |
TestStepTpsAssertion(LoadTestAssertionConfig assertionConfig,
WsdlLoadTest loadTest) |
Copyright © 2019. All Rights Reserved.