| Package | Description | 
|---|---|
| com.eviware.soapui.junit | |
| com.eviware.soapui.junit.impl | |
| com.eviware.soapui.report | Classes for creating JUnit-reports | 
| Modifier and Type | Method and Description | 
|---|---|
| Testcase | Testsuite. addNewTestcase()Appends and returns a new empty value (as xml) as the last "testcase" element | 
| Testcase | TestcaseDocument. addNewTestcase()Appends and returns a new empty "testcase" element | 
| Testcase | TestcaseDocument. getTestcase()Gets the "testcase" element | 
| Testcase[] | Testsuite. getTestcaseArray()Deprecated.   | 
| Testcase | Testsuite. getTestcaseArray(int i)Gets ith "testcase" element | 
| Testcase | Testsuite. insertNewTestcase(int i)Inserts and returns a new empty value (as xml) as the ith "testcase" element | 
| static Testcase | Testcase.Factory. newInstance() | 
| static Testcase | Testcase.Factory. newInstance(org.apache.xmlbeans.XmlOptions options) | 
| static Testcase | Testcase.Factory. parse(File file) | 
| static Testcase | Testcase.Factory. parse(File file,
     org.apache.xmlbeans.XmlOptions options) | 
| static Testcase | Testcase.Factory. parse(InputStream is) | 
| static Testcase | Testcase.Factory. parse(InputStream is,
     org.apache.xmlbeans.XmlOptions options) | 
| static Testcase | Testcase.Factory. parse(Node node) | 
| static Testcase | Testcase.Factory. parse(Node node,
     org.apache.xmlbeans.XmlOptions options) | 
| static Testcase | Testcase.Factory. parse(Reader r) | 
| static Testcase | Testcase.Factory. parse(Reader r,
     org.apache.xmlbeans.XmlOptions options) | 
| static Testcase | Testcase.Factory. parse(String xmlAsString) | 
| static Testcase | Testcase.Factory. parse(String xmlAsString,
     org.apache.xmlbeans.XmlOptions options) | 
| static Testcase | Testcase.Factory. parse(URL u) | 
| static Testcase | Testcase.Factory. parse(URL u,
     org.apache.xmlbeans.XmlOptions options) | 
| static Testcase | Testcase.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated. 
 XMLInputStream | 
| static Testcase | Testcase.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
     org.apache.xmlbeans.XmlOptions options)Deprecated. 
 XMLInputStream | 
| static Testcase | Testcase.Factory. parse(XMLStreamReader sr) | 
| static Testcase | Testcase.Factory. parse(XMLStreamReader sr,
     org.apache.xmlbeans.XmlOptions options) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Testcase> | Testsuite. getTestcaseList()Gets a List of "testcase" elements | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TestcaseDocument. setTestcase(Testcase testcase)Sets the "testcase" element | 
| void | Testsuite. setTestcaseArray(int i,
                Testcase testcase)Sets ith "testcase" element | 
| void | Testsuite. setTestcaseArray(Testcase[] testcaseArray)Sets array of all "testcase" element | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TestcaseImplAn XML testcase(@http://eviware.com/soapui/junit). | 
| Modifier and Type | Method and Description | 
|---|---|
| Testcase | TestsuiteImpl. addNewTestcase()Appends and returns a new empty value (as xml) as the last "testcase" element | 
| Testcase | TestcaseDocumentImpl. addNewTestcase()Appends and returns a new empty "testcase" element | 
| Testcase | TestcaseDocumentImpl. getTestcase()Gets the "testcase" element | 
| Testcase[] | TestsuiteImpl. getTestcaseArray()Deprecated.   | 
| Testcase | TestsuiteImpl. getTestcaseArray(int i)Gets ith "testcase" element | 
| Testcase | TestsuiteImpl. insertNewTestcase(int i)Inserts and returns a new empty value (as xml) as the ith "testcase" element | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Testcase> | TestsuiteImpl. getTestcaseList()Gets a List of "testcase" elements | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TestcaseDocumentImpl. setTestcase(Testcase testcase)Sets the "testcase" element | 
| void | TestsuiteImpl. setTestcaseArray(int i,
                Testcase testcase)Sets ith "testcase" element | 
| void | TestsuiteImpl. setTestcaseArray(Testcase[] testcaseArray)Sets array of all "testcase" element | 
| Modifier and Type | Method and Description | 
|---|---|
| Testcase | JUnitReport. addTestCase(String name,
           double time,
           HashMap<String,String> testProperties) | 
| Testcase | JUnitReport. addTestCaseWithError(String name,
                    double time,
                    String error,
                    String stacktrace,
                    HashMap<String,String> testProperties) | 
| Testcase | JUnitReport. addTestCaseWithFailure(String name,
                      double time,
                      String failure,
                      String stacktrace,
                      HashMap<String,String> testProperties) | 
Copyright © 2019. All Rights Reserved.