The reports produced by the Test task.
| Type | Name and description |
|---|---|
DirectoryReport |
getHtml()A HTML report indicate the results of the test execution. |
JUnitXmlReport |
getJunitXml()The test results in “JUnit XML” format. |
| Methods inherited from class | Name |
|---|---|
interface ReportContainer |
getEnabled |
interface NamedDomainObjectSet |
findAll, matching, matching, withType |
interface NamedDomainObjectCollection |
add, addAll, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getNamer, getNames, getRules, matching, matching, withType |
interface Set |
add, remove, equals, hashCode, clear, contains, isEmpty, iterator, size, toArray, toArray, spliterator, addAll, containsAll, removeAll, retainAll, stream, removeIf, parallelStream, forEach |
A HTML report indicate the results of the test execution.
The test results in “JUnit XML” format.