Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.wsdl.support.assertions |
Assertion-related support-classes
|
com.eviware.soapui.impl.wsdl.teststeps |
WsdlTestStep implementations
|
com.eviware.soapui.impl.wsdl.teststeps.assertions |
WsdlAssertion implementations and related classes
|
com.eviware.soapui.impl.wsdl.teststeps.assertions.basic | |
com.eviware.soapui.impl.wsdl.teststeps.assertions.http | |
com.eviware.soapui.impl.wsdl.teststeps.assertions.jdbc | |
com.eviware.soapui.impl.wsdl.teststeps.assertions.jms | |
com.eviware.soapui.impl.wsdl.teststeps.assertions.json | |
com.eviware.soapui.impl.wsdl.teststeps.assertions.soap | |
com.eviware.soapui.security.assertion |
Modifier and Type | Method and Description |
---|---|
TestAssertionConfig |
SecurityScanConfig.addNewAssertion()
Appends and returns a new empty value (as xml) as the last "assertion" element
|
TestAssertionConfig |
SecurityCheckConfig.addNewAssertion()
Appends and returns a new empty value (as xml) as the last "assertion" element
|
TestAssertionConfig |
MockResponseStepConfig.addNewAssertion()
Appends and returns a new empty value (as xml) as the last "assertion" element
|
TestAssertionConfig |
JdbcRequestTestStepConfig.addNewAssertion()
Appends and returns a new empty value (as xml) as the last "assertion" element
|
TestAssertionConfig |
AsyncResponseStepConfig.addNewAssertion()
Appends and returns a new empty value (as xml) as the last "assertion" element
|
TestAssertionConfig |
AssertionEntryConfig.addNewAssertion()
Appends and returns a new empty "assertion" element
|
TestAssertionConfig |
AMFRequestTestStepConfig.addNewAssertion()
Appends and returns a new empty value (as xml) as the last "assertion" element
|
TestAssertionConfig |
AbstractRequestConfig.addNewAssertion()
Appends and returns a new empty value (as xml) as the last "assertion" element
|
TestAssertionConfig |
InterfaceDocumentConfig.addNewInterface()
Appends and returns a new empty "interface" element
|
TestAssertionConfig |
AssertionEntryConfig.getAssertion()
Gets the "assertion" element
|
TestAssertionConfig[] |
SecurityScanConfig.getAssertionArray()
Deprecated.
|
TestAssertionConfig[] |
SecurityCheckConfig.getAssertionArray()
Deprecated.
|
TestAssertionConfig[] |
MockResponseStepConfig.getAssertionArray()
Deprecated.
|
TestAssertionConfig[] |
JdbcRequestTestStepConfig.getAssertionArray()
Deprecated.
|
TestAssertionConfig[] |
AsyncResponseStepConfig.getAssertionArray()
Deprecated.
|
TestAssertionConfig[] |
AMFRequestTestStepConfig.getAssertionArray()
Deprecated.
|
TestAssertionConfig[] |
AbstractRequestConfig.getAssertionArray()
Deprecated.
|
TestAssertionConfig |
SecurityScanConfig.getAssertionArray(int i)
Gets ith "assertion" element
|
TestAssertionConfig |
SecurityCheckConfig.getAssertionArray(int i)
Gets ith "assertion" element
|
TestAssertionConfig |
MockResponseStepConfig.getAssertionArray(int i)
Gets ith "assertion" element
|
TestAssertionConfig |
JdbcRequestTestStepConfig.getAssertionArray(int i)
Gets ith "assertion" element
|
TestAssertionConfig |
AsyncResponseStepConfig.getAssertionArray(int i)
Gets ith "assertion" element
|
TestAssertionConfig |
AMFRequestTestStepConfig.getAssertionArray(int i)
Gets ith "assertion" element
|
TestAssertionConfig |
AbstractRequestConfig.getAssertionArray(int i)
Gets ith "assertion" element
|
TestAssertionConfig |
InterfaceDocumentConfig.getInterface()
Gets the "interface" element
|
TestAssertionConfig |
SecurityScanConfig.insertNewAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "assertion" element
|
TestAssertionConfig |
SecurityCheckConfig.insertNewAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "assertion" element
|
TestAssertionConfig |
MockResponseStepConfig.insertNewAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "assertion" element
|
TestAssertionConfig |
JdbcRequestTestStepConfig.insertNewAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "assertion" element
|
TestAssertionConfig |
AsyncResponseStepConfig.insertNewAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "assertion" element
|
TestAssertionConfig |
AMFRequestTestStepConfig.insertNewAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "assertion" element
|
TestAssertionConfig |
AbstractRequestConfig.insertNewAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "assertion" element
|
static TestAssertionConfig |
TestAssertionConfig.Factory.newInstance() |
static TestAssertionConfig |
TestAssertionConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TestAssertionConfig |
TestAssertionConfig.Factory.parse(File file) |
static TestAssertionConfig |
TestAssertionConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TestAssertionConfig |
TestAssertionConfig.Factory.parse(InputStream is) |
static TestAssertionConfig |
TestAssertionConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TestAssertionConfig |
TestAssertionConfig.Factory.parse(Node node) |
static TestAssertionConfig |
TestAssertionConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TestAssertionConfig |
TestAssertionConfig.Factory.parse(Reader r) |
static TestAssertionConfig |
TestAssertionConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TestAssertionConfig |
TestAssertionConfig.Factory.parse(String xmlAsString) |
static TestAssertionConfig |
TestAssertionConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TestAssertionConfig |
TestAssertionConfig.Factory.parse(URL u) |
static TestAssertionConfig |
TestAssertionConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TestAssertionConfig |
TestAssertionConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TestAssertionConfig |
TestAssertionConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TestAssertionConfig |
TestAssertionConfig.Factory.parse(XMLStreamReader sr) |
static TestAssertionConfig |
TestAssertionConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<TestAssertionConfig> |
SecurityScanConfig.getAssertionList()
Gets a List of "assertion" elements
|
List<TestAssertionConfig> |
SecurityCheckConfig.getAssertionList()
Gets a List of "assertion" elements
|
List<TestAssertionConfig> |
MockResponseStepConfig.getAssertionList()
Gets a List of "assertion" elements
|
List<TestAssertionConfig> |
JdbcRequestTestStepConfig.getAssertionList()
Gets a List of "assertion" elements
|
List<TestAssertionConfig> |
AsyncResponseStepConfig.getAssertionList()
Gets a List of "assertion" elements
|
List<TestAssertionConfig> |
AMFRequestTestStepConfig.getAssertionList()
Gets a List of "assertion" elements
|
List<TestAssertionConfig> |
AbstractRequestConfig.getAssertionList()
Gets a List of "assertion" elements
|
Modifier and Type | Method and Description |
---|---|
void |
AssertionEntryConfig.setAssertion(TestAssertionConfig assertion)
Sets the "assertion" element
|
void |
SecurityScanConfig.setAssertionArray(int i,
TestAssertionConfig assertion)
Sets ith "assertion" element
|
void |
SecurityCheckConfig.setAssertionArray(int i,
TestAssertionConfig assertion)
Sets ith "assertion" element
|
void |
MockResponseStepConfig.setAssertionArray(int i,
TestAssertionConfig assertion)
Sets ith "assertion" element
|
void |
JdbcRequestTestStepConfig.setAssertionArray(int i,
TestAssertionConfig assertion)
Sets ith "assertion" element
|
void |
AsyncResponseStepConfig.setAssertionArray(int i,
TestAssertionConfig assertion)
Sets ith "assertion" element
|
void |
AMFRequestTestStepConfig.setAssertionArray(int i,
TestAssertionConfig assertion)
Sets ith "assertion" element
|
void |
AbstractRequestConfig.setAssertionArray(int i,
TestAssertionConfig assertion)
Sets ith "assertion" element
|
void |
SecurityScanConfig.setAssertionArray(TestAssertionConfig[] assertionArray)
Sets array of all "assertion" element
|
void |
SecurityCheckConfig.setAssertionArray(TestAssertionConfig[] assertionArray)
Sets array of all "assertion" element
|
void |
MockResponseStepConfig.setAssertionArray(TestAssertionConfig[] assertionArray)
Sets array of all "assertion" element
|
void |
JdbcRequestTestStepConfig.setAssertionArray(TestAssertionConfig[] assertionArray)
Sets array of all "assertion" element
|
void |
AsyncResponseStepConfig.setAssertionArray(TestAssertionConfig[] assertionArray)
Sets array of all "assertion" element
|
void |
AMFRequestTestStepConfig.setAssertionArray(TestAssertionConfig[] assertionArray)
Sets array of all "assertion" element
|
void |
AbstractRequestConfig.setAssertionArray(TestAssertionConfig[] assertionArray)
Sets array of all "assertion" element
|
void |
InterfaceDocumentConfig.setInterface(TestAssertionConfig xinterface)
Sets the "interface" element
|
Modifier and Type | Class and Description |
---|---|
class |
TestAssertionConfigImpl
An XML TestAssertion(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
TestAssertionConfig |
SecurityScanConfigImpl.addNewAssertion()
Appends and returns a new empty value (as xml) as the last "assertion" element
|
TestAssertionConfig |
SecurityCheckConfigImpl.addNewAssertion()
Appends and returns a new empty value (as xml) as the last "assertion" element
|
TestAssertionConfig |
MockResponseStepConfigImpl.addNewAssertion()
Appends and returns a new empty value (as xml) as the last "assertion" element
|
TestAssertionConfig |
JdbcRequestTestStepConfigImpl.addNewAssertion()
Appends and returns a new empty value (as xml) as the last "assertion" element
|
TestAssertionConfig |
AsyncResponseStepConfigImpl.addNewAssertion()
Appends and returns a new empty value (as xml) as the last "assertion" element
|
TestAssertionConfig |
AssertionEntryConfigImpl.addNewAssertion()
Appends and returns a new empty "assertion" element
|
TestAssertionConfig |
AMFRequestTestStepConfigImpl.addNewAssertion()
Appends and returns a new empty value (as xml) as the last "assertion" element
|
TestAssertionConfig |
AbstractRequestConfigImpl.addNewAssertion()
Appends and returns a new empty value (as xml) as the last "assertion" element
|
TestAssertionConfig |
InterfaceDocumentConfigImpl.addNewInterface()
Appends and returns a new empty "interface" element
|
TestAssertionConfig |
AssertionEntryConfigImpl.getAssertion()
Gets the "assertion" element
|
TestAssertionConfig[] |
SecurityScanConfigImpl.getAssertionArray()
Deprecated.
|
TestAssertionConfig[] |
SecurityCheckConfigImpl.getAssertionArray()
Deprecated.
|
TestAssertionConfig[] |
MockResponseStepConfigImpl.getAssertionArray()
Deprecated.
|
TestAssertionConfig[] |
JdbcRequestTestStepConfigImpl.getAssertionArray()
Deprecated.
|
TestAssertionConfig[] |
AsyncResponseStepConfigImpl.getAssertionArray()
Deprecated.
|
TestAssertionConfig[] |
AMFRequestTestStepConfigImpl.getAssertionArray()
Deprecated.
|
TestAssertionConfig[] |
AbstractRequestConfigImpl.getAssertionArray()
Deprecated.
|
TestAssertionConfig |
SecurityScanConfigImpl.getAssertionArray(int i)
Gets ith "assertion" element
|
TestAssertionConfig |
SecurityCheckConfigImpl.getAssertionArray(int i)
Gets ith "assertion" element
|
TestAssertionConfig |
MockResponseStepConfigImpl.getAssertionArray(int i)
Gets ith "assertion" element
|
TestAssertionConfig |
JdbcRequestTestStepConfigImpl.getAssertionArray(int i)
Gets ith "assertion" element
|
TestAssertionConfig |
AsyncResponseStepConfigImpl.getAssertionArray(int i)
Gets ith "assertion" element
|
TestAssertionConfig |
AMFRequestTestStepConfigImpl.getAssertionArray(int i)
Gets ith "assertion" element
|
TestAssertionConfig |
AbstractRequestConfigImpl.getAssertionArray(int i)
Gets ith "assertion" element
|
TestAssertionConfig |
InterfaceDocumentConfigImpl.getInterface()
Gets the "interface" element
|
TestAssertionConfig |
SecurityScanConfigImpl.insertNewAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "assertion" element
|
TestAssertionConfig |
SecurityCheckConfigImpl.insertNewAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "assertion" element
|
TestAssertionConfig |
MockResponseStepConfigImpl.insertNewAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "assertion" element
|
TestAssertionConfig |
JdbcRequestTestStepConfigImpl.insertNewAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "assertion" element
|
TestAssertionConfig |
AsyncResponseStepConfigImpl.insertNewAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "assertion" element
|
TestAssertionConfig |
AMFRequestTestStepConfigImpl.insertNewAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "assertion" element
|
TestAssertionConfig |
AbstractRequestConfigImpl.insertNewAssertion(int i)
Inserts and returns a new empty value (as xml) as the ith "assertion" element
|
Modifier and Type | Method and Description |
---|---|
List<TestAssertionConfig> |
SecurityScanConfigImpl.getAssertionList()
Gets a List of "assertion" elements
|
List<TestAssertionConfig> |
SecurityCheckConfigImpl.getAssertionList()
Gets a List of "assertion" elements
|
List<TestAssertionConfig> |
MockResponseStepConfigImpl.getAssertionList()
Gets a List of "assertion" elements
|
List<TestAssertionConfig> |
JdbcRequestTestStepConfigImpl.getAssertionList()
Gets a List of "assertion" elements
|
List<TestAssertionConfig> |
AsyncResponseStepConfigImpl.getAssertionList()
Gets a List of "assertion" elements
|
List<TestAssertionConfig> |
AMFRequestTestStepConfigImpl.getAssertionList()
Gets a List of "assertion" elements
|
List<TestAssertionConfig> |
AbstractRequestConfigImpl.getAssertionList()
Gets a List of "assertion" elements
|
Modifier and Type | Method and Description |
---|---|
void |
AssertionEntryConfigImpl.setAssertion(TestAssertionConfig assertion)
Sets the "assertion" element
|
void |
SecurityScanConfigImpl.setAssertionArray(int i,
TestAssertionConfig assertion)
Sets ith "assertion" element
|
void |
SecurityCheckConfigImpl.setAssertionArray(int i,
TestAssertionConfig assertion)
Sets ith "assertion" element
|
void |
MockResponseStepConfigImpl.setAssertionArray(int i,
TestAssertionConfig assertion)
Sets ith "assertion" element
|
void |
JdbcRequestTestStepConfigImpl.setAssertionArray(int i,
TestAssertionConfig assertion)
Sets ith "assertion" element
|
void |
AsyncResponseStepConfigImpl.setAssertionArray(int i,
TestAssertionConfig assertion)
Sets ith "assertion" element
|
void |
AMFRequestTestStepConfigImpl.setAssertionArray(int i,
TestAssertionConfig assertion)
Sets ith "assertion" element
|
void |
AbstractRequestConfigImpl.setAssertionArray(int i,
TestAssertionConfig assertion)
Sets ith "assertion" element
|
void |
SecurityScanConfigImpl.setAssertionArray(TestAssertionConfig[] assertionArray)
Sets array of all "assertion" element
|
void |
SecurityCheckConfigImpl.setAssertionArray(TestAssertionConfig[] assertionArray)
Sets array of all "assertion" element
|
void |
MockResponseStepConfigImpl.setAssertionArray(TestAssertionConfig[] assertionArray)
Sets array of all "assertion" element
|
void |
JdbcRequestTestStepConfigImpl.setAssertionArray(TestAssertionConfig[] assertionArray)
Sets array of all "assertion" element
|
void |
AsyncResponseStepConfigImpl.setAssertionArray(TestAssertionConfig[] assertionArray)
Sets array of all "assertion" element
|
void |
AMFRequestTestStepConfigImpl.setAssertionArray(TestAssertionConfig[] assertionArray)
Sets array of all "assertion" element
|
void |
AbstractRequestConfigImpl.setAssertionArray(TestAssertionConfig[] assertionArray)
Sets array of all "assertion" element
|
void |
InterfaceDocumentConfigImpl.setInterface(TestAssertionConfig xinterface)
Sets the "interface" element
|
Modifier and Type | Method and Description |
---|---|
TestAssertionConfig |
AssertableConfig.addNewAssertion() |
TestAssertionConfig |
AssertableConfig.insertAssertion(TestAssertionConfig newAssertion,
int ix) |
Modifier and Type | Method and Description |
---|---|
List<TestAssertionConfig> |
AssertableConfig.getAssertionList() |
Modifier and Type | Method and Description |
---|---|
WsdlMessageAssertion |
AssertionsSupport.addWsdlAssertion(TestAssertionConfig config) |
TestAssertionConfig |
AssertableConfig.insertAssertion(TestAssertionConfig newAssertion,
int ix) |
Modifier and Type | Method and Description |
---|---|
TestAssertionConfig |
WsdlMessageAssertion.getConfig() |
Modifier and Type | Method and Description |
---|---|
void |
WsdlMessageAssertion.updateConfig(TestAssertionConfig config) |
Constructor and Description |
---|
WsdlMessageAssertion(TestAssertionConfig assertionConfig,
Assertable modelItem,
boolean cloneable,
boolean configurable,
boolean multiple,
boolean requiresResponseContent) |
Modifier and Type | Method and Description |
---|---|
WsdlMessageAssertion |
TestAssertionRegistry.buildAssertion(TestAssertionConfig config,
Assertable assertable) |
TestAssertion |
TestAssertionFactory.buildAssertion(TestAssertionConfig config,
Assertable assertable) |
TestAssertion |
ProAssertionPlaceHolderFactory.buildAssertion(TestAssertionConfig config,
Assertable assertable) |
TestAssertion |
AbstractTestAssertionFactory.buildAssertion(TestAssertionConfig config,
Assertable assertable) |
boolean |
TestAssertionRegistry.canBuildAssertion(TestAssertionConfig config) |
Class<? extends WsdlMessageAssertion> |
TestAssertionRegistry.getAssertionClassType(TestAssertionConfig config) |
Constructor and Description |
---|
AbstractXmlContainsAssertion(TestAssertionConfig assertionConfig,
Assertable modelItem,
boolean cloneable,
boolean configurable,
boolean multiple,
boolean requiresResponseContent) |
GroovyScriptAssertion(TestAssertionConfig assertionConfig,
Assertable modelItem) |
ResponseSLAAssertion(TestAssertionConfig assertionConfig,
Assertable modelItem)
Constructor for our assertion.
|
SchemaComplianceAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
SimpleContainsAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
SimpleNotContainsAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
XPathContainsAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
XQueryContainsAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
Constructor and Description |
---|
HttpDownloadAllResourcesAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
Constructor and Description |
---|
JdbcStatusAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
JdbcTimeoutAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
Constructor and Description |
---|
JMSStatusAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
JMSTimeoutAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
Constructor and Description |
---|
JsonPathAssertionBase(TestAssertionConfig assertionConfig,
Assertable assertable) |
JsonPathContentAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
JsonPathCountAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
JsonPathExistenceAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
JsonPathRegExAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
Constructor and Description |
---|
NotSoapFaultAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
SoapFaultAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
SoapRequestAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
SoapResponseAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
WSARequestAssertion(TestAssertionConfig assertionConfig,
Assertable modelItem)
Constructor for our assertion.
|
WSAResponseAssertion(TestAssertionConfig assertionConfig,
Assertable modelItem)
Constructor for our assertion.
|
WSSStatusAssertion(TestAssertionConfig assertionConfig,
Assertable modelItem)
Constructor for our assertion.
|
Constructor and Description |
---|
CrossSiteScriptAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
InvalidHttpStatusCodesAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
SensitiveInfoExposureAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
ValidHttpStatusCodesAssertion(TestAssertionConfig assertionConfig,
Assertable assertable) |
Copyright © 2019. All Rights Reserved.