Class Report
- java.lang.Object
-
- io.github.torrescd.junitxml.model.Report
-
public class Report extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<UnitTestSuite>testsuite
-
Constructor Summary
Constructors Constructor Description Report()
-
-
-
Field Detail
-
testsuite
public java.util.List<UnitTestSuite> testsuite
-
-