Class TestsTabForm

  • All Implemented Interfaces:
    Cloneable

    public class TestsTabForm
    extends Object
    implements Cloneable
    This class is supposed to encapsulate parameters for the tests tab form.
    • Constructor Detail

      • TestsTabForm

        public TestsTabForm()
    • Method Detail

      • isFiltered

        public boolean isFiltered()
      • getOrder

        public String getOrder()
      • setOrder

        public void setOrder​(String order)
      • getFilterText

        public String getFilterText()
      • setFilterText

        public void setFilterText​(String filterText)
      • isGroupTestRunsByName

        public boolean isGroupTestRunsByName()
      • getStatus

        public String getStatus()
      • setStatus

        public void setStatus​(String newStatus)
      • getPager

        public Pager getPager()
      • getRecordsPerPage

        public int getRecordsPerPage()
      • setRecordsPerPage

        public void setRecordsPerPage​(int recordsPerPage)
      • getCurrentGroup

        public String getCurrentGroup()
        What to show Allowed values: - test - class - package - suite
      • isTestCurrentLevel

        public boolean isTestCurrentLevel()
      • getPrevGroup

        public String getPrevGroup()
        Returns:
        the code of the level before current one, according to getAvailableGroups
      • setCurrentGroup

        public void setCurrentGroup​(String currentGroup)
        What to show Allowed values: - test - class - package - suite
      • setScope

        public void setScope​(String groupingScope)
      • getCurrentScope

        @NotNull
        public TestGroupName getCurrentScope()
      • getScope

        public String getScope()