| API Documentation: | CUnitTestSuiteSpec |
|---|
Note: This class is incubating and may change in a future version of Gradle.
Test suite of CUnit tests.
| Property | Description |
baseName | Incubating The name that is used to construct the output file names when building this component. |
binaries | Incubating The binaries that are built for this component. You can use this to configure the binaries for this component. |
displayName | Incubating Returns a human-consumable display name for this component. |
source | Deprecated Incubating The source sets that are used to build this component. |
| Method | Description |
sources(action) | Incubating Configures the source sets used to build this component. |
String baseName
Note: This property is incubating and may change in a future version of Gradle.
The name that is used to construct the output file names when building this component.
ModelMap<BinarySpec> binaries (read-only)
ModelMap<BinarySpec>Note: This property is incubating and may change in a future version of Gradle.
The binaries that are built for this component. You can use this to configure the binaries for this component.
String displayName (read-only)
Note: This property is incubating and may change in a future version of Gradle.
Returns a human-consumable display name for this component.
ModelMap<LanguageSourceSet> source (read-only)
ModelMap<LanguageSourceSet>Note: This property is deprecated and will be removed in the next major version of Gradle.
Note: This property is incubating and may change in a future version of Gradle.
The source sets that are used to build this component.
void sources(Action<? super ModelMap<LanguageSourceSet>> action)
Action<? super ModelMap<LanguageSourceSet>>Note: This method is incubating and may change in a future version of Gradle.
Configures the source sets used to build this component.