JUnitXmlReport

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

See also

Properties

Link copied to clipboard

Functions

Link copied to clipboard
abstract fun configure(cl: Closure): T
Link copied to clipboard
abstract fun getDisplayName(): String
Link copied to clipboard
abstract fun getEntryPoint(): File
Link copied to clipboard
Decide to include or omit the system err log in the XML report.
Link copied to clipboard
Decide to include or omit the system out log in the XML report.
Link copied to clipboard
Whether reruns or retries of a test should be merged into a combined testcase.
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getRequired(): Property<Boolean>
Link copied to clipboard
Should the output be associated with individual test cases instead of at the suite level.
Link copied to clipboard
abstract fun setDestination(file: File)
Link copied to clipboard
abstract fun setOutputPerTestCase(outputPerTestCase: Boolean)
Should the output be associated with individual test cases instead of at the suite level.