api / org.gradle.api.tasks.testing / JUnitXmlReport

JUnitXmlReport

interface JUnitXmlReport : DirectoryReport

The JUnit XML files, commonly used to communicate results to CI servers.

Functions

isOutputPerTestCase

abstract fun isOutputPerTestCase(): Boolean

Should the output be associated with individual test cases instead of at the suite level.

setOutputPerTestCase

abstract fun setOutputPerTestCase(outputPerTestCase: Boolean): Unit

Should the output be associated with individual test cases instead of at the suite level.

Inherited Functions

getDestination

abstract fun getDestination(): File

getEntryPoint

abstract fun getEntryPoint(): File

Returns the entry point of a directory based Report This can be the index.html file in a HTML report

getOutputType

abstract fun getOutputType(): OutputType

Always returns Report.OutputType#DIRECTORY