Class TestsTabForm.Level

    • Constructor Detail

    • Method Detail

      • getCode

        public String getCode()
      • getDescription

        public String getDescription()
      • textMatches

        public abstract boolean textMatches​(String loweredText,
                                            STestRun bean)
        Used to match searched text against test for given view level
      • normalizeScope

        public abstract TestGroupName normalizeScope​(TestGroupName scope)
        Make corrections in scope corresponding to the current view level
      • matchByGroup

        protected boolean matchByGroup​(String loweredText,
                                       STestRun bean)