Class SelectionUtilsTest

java.lang.Object
org.eclipse.nebula.widgets.nattable.selection.SelectionUtilsTest

public class SelectionUtilsTest extends Object
  • Constructor Details

    • SelectionUtilsTest

      public SelectionUtilsTest()
  • Method Details

    • testConsecutivePositions

      @Test public void testConsecutivePositions()
    • testDuplicateConsecutivePositions

      @Test public void testDuplicateConsecutivePositions()
    • testGapConsecutivePositions

      @Test public void testGapConsecutivePositions()
    • testEmptyArray

      @Test public void testEmptyArray()
    • testOneEntryArray

      @Test public void testOneEntryArray()
    • testGetBottomRightSelectAll

      @Test public void testGetBottomRightSelectAll()
    • testGetBottomRightSelectOne

      @Test public void testGetBottomRightSelectOne()
    • testGetBottomRightSelectNothing

      @Test public void testGetBottomRightSelectNothing()
    • testGetBottomRightSelectRegion

      @Test public void testGetBottomRightSelectRegion()
    • testGetBottomRightSelectRegionDeselectMiddle

      @Test public void testGetBottomRightSelectRegionDeselectMiddle()
    • testGetBottomRightSelectRegionDeselectTopEdge

      @Test public void testGetBottomRightSelectRegionDeselectTopEdge()
    • testGetBottomRightSelectRegionDeselectMiddleBottomEdge

      @Test public void testGetBottomRightSelectRegionDeselectMiddleBottomEdge()
    • testGetBottomRightSelectDifferentRows

      @Test public void testGetBottomRightSelectDifferentRows()
    • testGetBottomRightSelectDifferentColumns

      @Test public void testGetBottomRightSelectDifferentColumns()
    • testGetEmptyListOnNoSelection

      @Test public void testGetEmptyListOnNoSelection()
    • testGetSingleItemOnCellSelection

      @Test public void testGetSingleItemOnCellSelection()
    • testGetMultipleItemsOnCellSelection

      @Test public void testGetMultipleItemsOnCellSelection()
    • testGetSingleItemsOnFullRowSelection

      @Test public void testGetSingleItemsOnFullRowSelection()
    • testGetMultipleItemsOnFullRowSelection

      @Test public void testGetMultipleItemsOnFullRowSelection()
    • testGetEmptyListOnCellSelectionForFullRowSelection

      @Test public void testGetEmptyListOnCellSelectionForFullRowSelection()