Package org.gradle.api.tasks.testing
Interface TestTaskReports
- All Superinterfaces:
- Collection<Report>,- Configurable<ReportContainer<Report>>,- DomainObjectCollection<Report>,- DomainObjectSet<Report>,- Iterable<Report>,- NamedDomainObjectCollection<Report>,- NamedDomainObjectSet<Report>,- ReportContainer<Report>,- Set<Report>
The reports produced by the 
Test task.- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.reporting.ReportContainerReportContainer.ImmutableViolationException
- 
Method SummaryModifier and TypeMethodDescriptiongetHtml()A HTML report indicate the results of the test execution.The test results in "JUnit XML" format.Methods inherited from interface java.util.CollectionparallelStream, removeIf, stream, toArrayMethods inherited from interface org.gradle.util.ConfigurableconfigureMethods inherited from interface org.gradle.api.DomainObjectCollectionaddAllLater, addLater, all, all, configureEach, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withTypeMethods inherited from interface org.gradle.api.NamedDomainObjectCollectionadd, addAll, addRule, addRule, addRule, findByName, getAt, getByName, getByName, getByName, getCollectionSchema, named, named, named, namedMethods inherited from interface org.gradle.api.NamedDomainObjectSetfindAll, matching, matching, named, withTypeMethods inherited from interface org.gradle.api.reporting.ReportContainergetAsMap, getEnabled, getEnabledReports, getNamer, getNames, getRules, isEmpty
- 
Method Details- 
getHtmlA HTML report indicate the results of the test execution.- Returns:
- The HTML report
 
- 
getJunitXmlThe test results in "JUnit XML" format.- Returns:
- The test results in "JUnit XML" format
 
 
-