Interface EtsCollection

    • Method Detail

      • itemsByTag

        EtsCollection itemsByTag​(Tag tag)
        Filter by a specific Tag
        Parameters:
        tag - the Tag to filter the ETS
        Returns:
        a filtered EtsCollection
      • itemsById

        EtsCollection itemsById​(java.lang.String... eids)
        Filter multiple Executable Test Suites by their ID
        Parameters:
        eids - array of EIDs
        Returns:
        a filtered EtsCollection
        Throws:
        java.lang.IllegalArgumentException - if an ETS with the EID could not be found
      • itemsById

        default EtsCollection itemsById​(java.util.Collection<java.lang.String> eids)
        Filter multiple Executable Test Suites by their ID
        Parameters:
        eids - collection of EIDs
        Returns:
        a filtered EtsCollection
        Throws:
        java.lang.IllegalArgumentException - if an ETS with the EID could not be found