Package | Description |
---|---|
com.eviware.soapui.junit | |
com.eviware.soapui.junit.impl |
Modifier and Type | Method and Description |
---|---|
Properties |
Testsuite.addNewProperties()
Appends and returns a new empty "properties" element
|
Properties |
Testcase.addNewProperties()
Appends and returns a new empty "properties" element
|
Properties |
PropertiesDocument.addNewProperties()
Appends and returns a new empty "properties" element
|
Properties |
Testsuite.getProperties()
Gets the "properties" element
|
Properties |
Testcase.getProperties()
Gets the "properties" element
|
Properties |
PropertiesDocument.getProperties()
Gets the "properties" element
|
static Properties |
Properties.Factory.newInstance() |
static Properties |
Properties.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static Properties |
Properties.Factory.parse(File file) |
static Properties |
Properties.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static Properties |
Properties.Factory.parse(InputStream is) |
static Properties |
Properties.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static Properties |
Properties.Factory.parse(Node node) |
static Properties |
Properties.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static Properties |
Properties.Factory.parse(Reader r) |
static Properties |
Properties.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static Properties |
Properties.Factory.parse(String xmlAsString) |
static Properties |
Properties.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static Properties |
Properties.Factory.parse(URL u) |
static Properties |
Properties.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static Properties |
Properties.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static Properties |
Properties.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static Properties |
Properties.Factory.parse(XMLStreamReader sr) |
static Properties |
Properties.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
Testsuite.setProperties(Properties properties)
Sets the "properties" element
|
void |
Testcase.setProperties(Properties properties)
Sets the "properties" element
|
void |
PropertiesDocument.setProperties(Properties properties)
Sets the "properties" element
|
Modifier and Type | Class and Description |
---|---|
class |
PropertiesImpl
An XML properties(@http://eviware.com/soapui/junit).
|
Modifier and Type | Method and Description |
---|---|
Properties |
TestsuiteImpl.addNewProperties()
Appends and returns a new empty "properties" element
|
Properties |
TestcaseImpl.addNewProperties()
Appends and returns a new empty "properties" element
|
Properties |
PropertiesDocumentImpl.addNewProperties()
Appends and returns a new empty "properties" element
|
Properties |
TestsuiteImpl.getProperties()
Gets the "properties" element
|
Properties |
TestcaseImpl.getProperties()
Gets the "properties" element
|
Properties |
PropertiesDocumentImpl.getProperties()
Gets the "properties" element
|
Modifier and Type | Method and Description |
---|---|
void |
TestsuiteImpl.setProperties(Properties properties)
Sets the "properties" element
|
void |
TestcaseImpl.setProperties(Properties properties)
Sets the "properties" element
|
void |
PropertiesDocumentImpl.setProperties(Properties properties)
Sets the "properties" element
|
Copyright © 2019. All Rights Reserved.