Interface GUIRunner.Selector

    • Method Detail

      • setSelection

        void setSelection​(int index)
        Sets selection of indexth item and clears other selections.
        Parameters:
        index - a non-negative int value representing the index of a testcase. **** CAUTION: This presupposes that in a tree only the leaves can be selected.
      • clearSelection

        void clearSelection()
        Clears the selection.