Table of Contents
API Documentation: | AggregateTestReport |
---|
Note: This class is incubating and may change in a future version of Gradle.
A container for the inputs of an aggregated test report.
Property | Description |
reportTask | Incubating Contains the |
testType | Incubating Contains a value representing the type of test suite this task belongs to. See static constants on |
TaskProvider
<TestReport
>
reportTask
TaskProvider
<TestReport
>Note: This property is incubating and may change in a future version of Gradle.
Contains the TestReport
task instance which produces this report.
Note: This property is incubating and may change in a future version of Gradle.
Contains a value representing the type of test suite this task belongs to. See static constants on TestSuiteType
for examples.