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