@XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "", propOrder = { "testsuite" }) @XmlRootElement(name = "testsuites") public class JUnitTestSuites
| Modifiers | Name | Description |
|---|---|---|
protected String |
disabled |
|
protected String |
errors |
|
protected String |
failures |
|
protected String |
incompleted |
|
protected String |
name |
|
protected String |
passed |
|
protected String |
skipped |
|
protected String |
testSuitesCount |
|
protected String |
testSuitesErrors |
|
protected String |
testSuitesFailures |
|
protected String |
testSuitesIncompleted |
|
protected String |
testSuitesPassed |
|
protected String |
testSuitesSkipped |
|
protected String |
tests |
|
protected List<JUnitTestSuite> |
testsuite |
|
protected String |
time |