Interface VerificationType

All Superinterfaces:
Named

@Incubating public interface VerificationType extends Named
Attribute to be used on variants containing the output verification checks (Test data, Jacoco results, etc) which specify the type of verification data.

This attribute is usually found on variants that have the Category attribute valued at Category.VERIFICATION.

Since:
7.4
  • Field Details

    • VERIFICATION_TYPE_ATTRIBUTE

      static final Attribute<VerificationType> VERIFICATION_TYPE_ATTRIBUTE
    • MAIN_SOURCES

      static final String MAIN_SOURCES
      A list of directories containing source code, includes code in transitive dependencies
      See Also:
    • JACOCO_RESULTS

      static final String JACOCO_RESULTS
      Binary results of running tests containing pass/fail information
      See Also:
    • TEST_RESULTS

      static final String TEST_RESULTS
      Binary test coverage data gathered by JaCoCo
      See Also: