Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.wsdl.testcase |
WSDL implementations of TestCase-related interfaces
|
com.eviware.soapui.security |
Modifier and Type | Method and Description |
---|---|
SecurityTestConfig |
TestCaseConfig.addNewSecurityTest()
Appends and returns a new empty value (as xml) as the last "securityTest" element
|
SecurityTestConfig[] |
TestCaseConfig.getSecurityTestArray()
Deprecated.
|
SecurityTestConfig |
TestCaseConfig.getSecurityTestArray(int i)
Gets ith "securityTest" element
|
SecurityTestConfig |
TestCaseConfig.insertNewSecurityTest(int i)
Inserts and returns a new empty value (as xml) as the ith "securityTest" element
|
static SecurityTestConfig |
SecurityTestConfig.Factory.newInstance() |
static SecurityTestConfig |
SecurityTestConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static SecurityTestConfig |
SecurityTestConfig.Factory.parse(File file) |
static SecurityTestConfig |
SecurityTestConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static SecurityTestConfig |
SecurityTestConfig.Factory.parse(InputStream is) |
static SecurityTestConfig |
SecurityTestConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SecurityTestConfig |
SecurityTestConfig.Factory.parse(Node node) |
static SecurityTestConfig |
SecurityTestConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static SecurityTestConfig |
SecurityTestConfig.Factory.parse(Reader r) |
static SecurityTestConfig |
SecurityTestConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SecurityTestConfig |
SecurityTestConfig.Factory.parse(String xmlAsString) |
static SecurityTestConfig |
SecurityTestConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SecurityTestConfig |
SecurityTestConfig.Factory.parse(URL u) |
static SecurityTestConfig |
SecurityTestConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static SecurityTestConfig |
SecurityTestConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SecurityTestConfig |
SecurityTestConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SecurityTestConfig |
SecurityTestConfig.Factory.parse(XMLStreamReader sr) |
static SecurityTestConfig |
SecurityTestConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<SecurityTestConfig> |
TestCaseConfig.getSecurityTestList()
Gets a List of "securityTest" elements
|
Modifier and Type | Method and Description |
---|---|
void |
TestCaseConfig.setSecurityTestArray(int i,
SecurityTestConfig securityTest)
Sets ith "securityTest" element
|
void |
TestCaseConfig.setSecurityTestArray(SecurityTestConfig[] securityTestArray)
Sets array of all "securityTest" element
|
Modifier and Type | Class and Description |
---|---|
class |
SecurityTestConfigImpl
An XML SecurityTest(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
SecurityTestConfig |
TestCaseConfigImpl.addNewSecurityTest()
Appends and returns a new empty value (as xml) as the last "securityTest" element
|
SecurityTestConfig[] |
TestCaseConfigImpl.getSecurityTestArray()
Deprecated.
|
SecurityTestConfig |
TestCaseConfigImpl.getSecurityTestArray(int i)
Gets ith "securityTest" element
|
SecurityTestConfig |
TestCaseConfigImpl.insertNewSecurityTest(int i)
Inserts and returns a new empty value (as xml) as the ith "securityTest" element
|
Modifier and Type | Method and Description |
---|---|
List<SecurityTestConfig> |
TestCaseConfigImpl.getSecurityTestList()
Gets a List of "securityTest" elements
|
Modifier and Type | Method and Description |
---|---|
void |
TestCaseConfigImpl.setSecurityTestArray(int i,
SecurityTestConfig securityTest)
Sets ith "securityTest" element
|
void |
TestCaseConfigImpl.setSecurityTestArray(SecurityTestConfig[] securityTestArray)
Sets array of all "securityTest" element
|
Modifier and Type | Method and Description |
---|---|
protected SecurityTest |
WsdlTestCase.buildSecurityTest(SecurityTestConfig addNewSecurityTest) |
Modifier and Type | Method and Description |
---|---|
void |
SecurityTest.resetConfigOnMove(SecurityTestConfig securityTestConfig) |
Constructor and Description |
---|
SecurityTest(WsdlTestCase testCase,
SecurityTestConfig config) |
Copyright © 2019. All Rights Reserved.