Package org.gradle.api.tasks.testing
Interface JUnitXmlReport
- All Superinterfaces:
org.gradle.util.Configurable<Report>,ConfigurableReport,DirectoryReport,Report,Serializable
The JUnit XML files, commonly used to communicate results to CI servers.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.reporting.Report
Report.OutputType -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionbooleanShould the output be associated with individual test cases instead of at the suite level.voidsetOutputPerTestCase(boolean outputPerTestCase) Should the output be associated with individual test cases instead of at the suite level.Methods inherited from interface org.gradle.util.Configurable
configureMethods inherited from interface org.gradle.api.reporting.ConfigurableReport
setDestination, setDestination, setDestination, setEnabled, setEnabledMethods inherited from interface org.gradle.api.reporting.DirectoryReport
getDestination, getEntryPoint, getOutputTypeMethods inherited from interface org.gradle.api.reporting.Report
getDisplayName, getName, isEnabled
-
Method Details
-
isOutputPerTestCase
Should the output be associated with individual test cases instead of at the suite level. -
setOutputPerTestCase
Should the output be associated with individual test cases instead of at the suite level.
-