Interface TestTaskReports

All Superinterfaces:
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>
The reports produced by the Test task.
  • 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