Interface TestTaskReports
- All Superinterfaces:
Collection<Report>, org.gradle.util.Configurable<ReportContainer<Report>>, DomainObjectCollection<Report>, Iterable<Report>, NamedDomainObjectCollection<Report>, NamedDomainObjectSet<Report>, ReportContainer<Report>, Set<Report>
The reports produced by the
Test task.-
Nested Class Summary
Nested classes/interfaces inherited from interface ReportContainer
ReportContainer.ImmutableViolationException -
Method Summary
Modifier and TypeMethodDescriptiongetHtml()A HTML report indicate the results of the test execution.The test results in “JUnit XML” format.Methods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface org.gradle.util.Configurable
configureMethods inherited from interface DomainObjectCollection
all, all, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withTypeMethods inherited from interface NamedDomainObjectCollection
add, addAll, addRule, addRule, addRule, findByName, getAt, getByName, getByName, getByNameMethods inherited from interface NamedDomainObjectSet
findAll, matching, matching, withTypeMethods inherited from interface ReportContainer
getAsMap, getEnabled, getEnabledDirectoryReportDestinations, getEnabledFileReportDestinations, getEnabledReportNames, getNamer, getNames, getRules, isEmpty
-
Method Details
-
getHtml
DirectoryReport getHtml()A HTML report indicate the results of the test execution.- Returns:
- The HTML report
-
getJunitXml
JUnitXmlReport getJunitXml()The test results in “JUnit XML” format.- Returns:
- The test results in “JUnit XML” format
-