Class GridSearchStrategyTest

java.lang.Object
org.eclipse.nebula.widgets.nattable.search.strategy.GridSearchStrategyTest

public class GridSearchStrategyTest extends Object
  • Constructor Details

    • GridSearchStrategyTest

      public GridSearchStrategyTest()
  • Method Details

    • setUp

      @BeforeEach public void setUp()
    • getBodyDataProvider

      public IDataProvider getBodyDataProvider()
    • getSpanningBodyDataProvider

      public ISpanningDataProvider getSpanningBodyDataProvider()
    • searchShouldWrapAroundColumn

      @Test public void searchShouldWrapAroundColumn()
    • searchShouldWrapAroundRow

      @Test public void searchShouldWrapAroundRow()
    • searchShouldMoveBackwardsToFindCell

      @Test public void searchShouldMoveBackwardsToFindCell()
    • shouldFindAllCellsWithValue

      @Test public void shouldFindAllCellsWithValue()
    • searchShouldNotFindWithSkipSearchLabel

      @Test public void searchShouldNotFindWithSkipSearchLabel()
    • searchShouldHandleSpannedCellsForward

      @Test public void searchShouldHandleSpannedCellsForward()
    • searchShouldHandleSpannedCellsBackwards

      @Test public void searchShouldHandleSpannedCellsBackwards()