org.eclipse.nebula.widgets.nattable.search.strategy
Class GridSearchStrategyTest

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

public class GridSearchStrategyTest
extends Object


Constructor Summary
GridSearchStrategyTest()
           
 
Method Summary
 IDataProvider getBodyDataProvider()
           
 void searchShouldMoveBackwardsToFindCell()
           
 void searchShouldWrapAroundColumn()
           
 void searchShouldWrapAroundRow()
           
 void setUp()
           
 void shouldFindAllCellsWithValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridSearchStrategyTest

public GridSearchStrategyTest()
Method Detail

setUp

public void setUp()

getBodyDataProvider

public IDataProvider getBodyDataProvider()

searchShouldWrapAroundColumn

public void searchShouldWrapAroundColumn()

searchShouldWrapAroundRow

public void searchShouldWrapAroundRow()

searchShouldMoveBackwardsToFindCell

public void searchShouldMoveBackwardsToFindCell()

shouldFindAllCellsWithValue

public void shouldFindAllCellsWithValue()


Copyright © 2015. All rights reserved.