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