Named@Incubating public interface TestSuiteType extends Named
This attribute is usually found on variants that have the Category attribute valued at verification.
The constant values present here are not exhaustive. Any value is allowed, so long as that value is only used to categorize a single test suite within each project.
Named.Namer| Modifier and Type | Field | Description |
|---|---|---|
static String |
FUNCTIONAL_TEST |
Functional tests, will be added automatically when initializing a new plugin project
|
static String |
INTEGRATION_TEST |
|
static String |
PERFORMANCE_TEST |
|
static Attribute<TestSuiteType> |
TEST_SUITE_TYPE_ATTRIBUTE |
|
static String |
UNIT_TEST |
Unit tests, the default type of test suite
|
static final Attribute<TestSuiteType> TEST_SUITE_TYPE_ATTRIBUTE
static final String UNIT_TEST
static final String INTEGRATION_TEST
static final String FUNCTIONAL_TEST
static final String PERFORMANCE_TEST