Named
@Incubating public interface VerificationType extends Named
This attribute is usually found on variants that have the Category
attribute valued at Category.VERIFICATION
.
Named.Namer
Modifier and Type | Field | Description |
---|---|---|
static String |
JACOCO_RESULTS |
Binary results of running tests containing pass/fail information
|
static String |
MAIN_SOURCES |
A list of directories containing source code, includes code in transitive dependencies
|
static String |
TEST_RESULTS |
Binary test coverage data gathered by JaCoCo
|
static Attribute<VerificationType> |
VERIFICATION_TYPE_ATTRIBUTE |
static final Attribute<VerificationType> VERIFICATION_TYPE_ATTRIBUTE
static final String MAIN_SOURCES
static final String JACOCO_RESULTS
static final String TEST_RESULTS