Collection<Report>
, org.gradle.util.Configurable<ReportContainer<Report>>
, DomainObjectCollection<Report>
, Iterable<Report>
, NamedDomainObjectCollection<Report>
, NamedDomainObjectSet<Report>
, ReportContainer<Report>
, Set<Report>
public interface TestTaskReports extends ReportContainer<Report>
Test
task.ReportContainer.ImmutableViolationException
Modifier and Type | Method | Description |
---|---|---|
DirectoryReport |
getHtml() |
A HTML report indicate the results of the test execution.
|
JUnitXmlReport |
getJunitXml() |
The test results in “JUnit XML” format.
|
clear, contains, containsAll, equals, hashCode, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
all, all, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
add, addAll, addRule, addRule, addRule, findByName, getAt, getByName, getByName, getByName
findAll, matching, matching, withType
getAsMap, getEnabled, getEnabledDirectoryReportDestinations, getEnabledFileReportDestinations, getEnabledReportNames, getNamer, getNames, getRules, isEmpty
DirectoryReport getHtml()
JUnitXmlReport getJunitXml()