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 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 ConfigurableReport
setDestination, setDestination, setDestination, setEnabled, setEnabledMethods inherited from interface DirectoryReport
getDestination, getEntryPoint, getOutputTypeMethods inherited from interface 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.
-