Interface ICoverableReq2

  • All Superinterfaces:
    com4j.Com4jObject, ICoverableReq

    public interface ICoverableReq2
    extends ICoverableReq
    Represents a requirement that is covered by another entity.
    • Method Detail

      • addCriteriaToCoverage

        void addCriteriaToCoverage​(java.lang.Object testCriterionIDs)

        Adds a list of test criteria to the coverage.

        Parameters:
        testCriterionIDs - Mandatory java.lang.Object parameter.
      • addConfigurationsToCoverage

        void addConfigurationsToCoverage​(java.lang.Object configurationIDs)

        Adds a list of test configurations to the coverage.

        Parameters:
        configurationIDs - Mandatory java.lang.Object parameter.