Interface JUnitXmlReport

All Superinterfaces:
org.gradle.util.Configurable<Report>, ConfigurableReport, DirectoryReport, Report, Serializable

public interface JUnitXmlReport extends DirectoryReport
The JUnit XML files, commonly used to communicate results to CI servers.
  • Method Details

    • isOutputPerTestCase

      @Incubating @Input boolean isOutputPerTestCase()
      Should the output be associated with individual test cases instead of at the suite level.
    • setOutputPerTestCase

      @Incubating void setOutputPerTestCase(boolean outputPerTestCase)
      Should the output be associated with individual test cases instead of at the suite level.