Package org.gradle.api.attributes
Interface TestSuiteTargetName
-
- All Superinterfaces:
Named
@Incubating public interface TestSuiteTargetName extends Named
Attribute to define the test suite target's name.This attribute is usually found on variants that have the
Category
attribute valued atverification
.- Since:
- 7.4
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.gradle.api.Named
Named.Namer
-
-
Field Summary
Fields Modifier and Type Field Description static Attribute<TestSuiteTargetName>
TEST_SUITE_TARGET_NAME_ATTRIBUTE
-
-
-
Field Detail
-
TEST_SUITE_TARGET_NAME_ATTRIBUTE
static final Attribute<TestSuiteTargetName> TEST_SUITE_TARGET_NAME_ATTRIBUTE
-
-