java.lang.Object
org.eclipse.nebula.widgets.nattable.extension.glazedlists.filterrow.FilterRowUtilsTest

public class FilterRowUtilsTest extends Object
  • Constructor Details

    • FilterRowUtilsTest

      public FilterRowUtilsTest()
  • Method Details

    • parseWithoutThresholdSymbols

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

      @Test @Disabled public void parseWithInvalidSymbols()
    • parseGreaterThanSymbol

      @Test public void parseGreaterThanSymbol()
    • parseGreaterThanSymbolWithoutSpace

      @Test public void parseGreaterThanSymbolWithoutSpace()
    • parseLessThanSymbol

      @Test public void parseLessThanSymbol()
    • parseLessThanSymbolWithoutSpace

      @Test public void parseLessThanSymbolWithoutSpace()
    • parseEqualSymbol

      @Test public void parseEqualSymbol()
    • parseEqualSymbolWithSpace

      @Test public void parseEqualSymbolWithSpace()
    • parseNotEqualSymbol

      @Test public void parseNotEqualSymbol()
    • parseNotEqualSymbolWithSpace

      @Test public void parseNotEqualSymbolWithSpace()
    • parseGreaterThanOrEqualSymbol

      @Test public void parseGreaterThanOrEqualSymbol()
    • parseGreaterThanOrEqualSymbolWithSpace

      @Test public void parseGreaterThanOrEqualSymbolWithSpace()
    • parseLessThanOrEqualSymbol

      @Test public void parseLessThanOrEqualSymbol()
    • parseLessThanOrEqualSymbolWithSpace

      @Test public void parseLessThanOrEqualSymbolWithSpace()
    • shouldMapBetweenNatTableAndGlazedLists

      @Test public void shouldMapBetweenNatTableAndGlazedLists()
    • parseMultiple

      @Test public void parseMultiple()
    • parseMultipleStrings

      @Test public void parseMultipleStrings()
    • parseMultipleStringsWithDelimiter

      @Test public void parseMultipleStringsWithDelimiter()
    • parseMultipleStringsWithDelimiterRegex

      @Test public void parseMultipleStringsWithDelimiterRegex()
    • parseMultipleExpressionsWithDelimiterRegexAnd

      @Test public void parseMultipleExpressionsWithDelimiterRegexAnd()
    • parseMultipleExpressionsWithDelimiterRegexOr

      @Test public void parseMultipleExpressionsWithDelimiterRegexOr()
    • parseMultipleStringsWithSpaces

      @Test public void parseMultipleStringsWithSpaces()
    • parseMultipleStringsWithSpacesWithDelimiter

      @Test public void parseMultipleStringsWithSpacesWithDelimiter()
    • parseMultipleStringsWithSpacesWithDelimiterNoSplit

      @Test public void parseMultipleStringsWithSpacesWithDelimiterNoSplit()
    • shouldMatch

      @Test public void shouldMatch()