api / org.gradle.api.tasks.testing / AbstractTestTask / reports

reports

open fun reports(closure: Closure<Any>): TestTaskReports

Overrides Reporting.reports

Configures the reports that this task potentially produces.

Parameters

closure - The configuration

Return
The reports that this task potentially produces

open fun reports(configureAction: Action<in TestTaskReports>): TestTaskReports

Overrides Reporting.reports

Configures the reports that this task potentially produces.

Parameters

configureAction - The configuration

Return
The reports that this task potentially produces