Class FilterRowUtilsTest


  • public class FilterRowUtilsTest
    extends Object
    • Constructor Detail

      • FilterRowUtilsTest

        public FilterRowUtilsTest()
    • Method Detail

      • parseWithoutThresholdSymbols

        public void parseWithoutThresholdSymbols()
                                          throws Exception
        Throws:
        Exception
      • parseWithInvalidSymbols

        public void parseWithInvalidSymbols()
                                     throws Exception
        Throws:
        Exception
      • parseGreaterThanSymbol

        public void parseGreaterThanSymbol()
                                    throws Exception
        Throws:
        Exception
      • parseGreaterThanSymbolWithoutSpace

        public void parseGreaterThanSymbolWithoutSpace()
                                                throws Exception
        Throws:
        Exception
      • parseLessThanSymbol

        public void parseLessThanSymbol()
                                 throws Exception
        Throws:
        Exception
      • parseLessThanSymbolWithoutSpace

        public void parseLessThanSymbolWithoutSpace()
                                             throws Exception
        Throws:
        Exception
      • parseEqualSymbolWithSpace

        public void parseEqualSymbolWithSpace()
                                       throws Exception
        Throws:
        Exception
      • parseNotEqualSymbol

        public void parseNotEqualSymbol()
                                 throws Exception
        Throws:
        Exception
      • parseNotEqualSymbolWithSpace

        public void parseNotEqualSymbolWithSpace()
                                          throws Exception
        Throws:
        Exception
      • parseGreaterThanOrEqualSymbol

        public void parseGreaterThanOrEqualSymbol()
                                           throws Exception
        Throws:
        Exception
      • parseGreaterThanOrEqualSymbolWithSpace

        public void parseGreaterThanOrEqualSymbolWithSpace()
                                                    throws Exception
        Throws:
        Exception
      • parseLessThanOrEqualSymbol

        public void parseLessThanOrEqualSymbol()
                                        throws Exception
        Throws:
        Exception
      • parseLessThanOrEqualSymbolWithSpace

        public void parseLessThanOrEqualSymbolWithSpace()
                                                 throws Exception
        Throws:
        Exception
      • shouldMapBetweenNatTableAndGlazedLists

        public void shouldMapBetweenNatTableAndGlazedLists()
                                                    throws Exception
        Throws:
        Exception
      • parseMultiple

        public void parseMultiple()
      • parseMultipleStrings

        public void parseMultipleStrings()
      • parseMultipleStringsWithSpaces

        public void parseMultipleStringsWithSpaces()