Class SelectionUtilsTest


  • public class SelectionUtilsTest
    extends Object
    • Constructor Detail

      • SelectionUtilsTest

        public SelectionUtilsTest()
    • Method Detail

      • testConsecutivePositions

        public void testConsecutivePositions()
      • testDuplicateConsecutivePositions

        public void testDuplicateConsecutivePositions()
      • testGapConsecutivePositions

        public void testGapConsecutivePositions()
      • testEmptyArray

        public void testEmptyArray()
      • testOneEntryArray

        public void testOneEntryArray()
      • testGetBottomRightSelectAll

        public void testGetBottomRightSelectAll()
      • testGetBottomRightSelectOne

        public void testGetBottomRightSelectOne()
      • testGetBottomRightSelectNothing

        public void testGetBottomRightSelectNothing()
      • testGetBottomRightSelectRegion

        public void testGetBottomRightSelectRegion()
      • testGetBottomRightSelectRegionDeselectMiddle

        public void testGetBottomRightSelectRegionDeselectMiddle()
      • testGetBottomRightSelectRegionDeselectTopEdge

        public void testGetBottomRightSelectRegionDeselectTopEdge()
      • testGetBottomRightSelectRegionDeselectMiddleBottomEdge

        public void testGetBottomRightSelectRegionDeselectMiddleBottomEdge()
      • testGetBottomRightSelectDifferentRows

        public void testGetBottomRightSelectDifferentRows()
      • testGetBottomRightSelectDifferentColumns

        public void testGetBottomRightSelectDifferentColumns()
      • testGetEmptyListOnNoSelection

        public void testGetEmptyListOnNoSelection()
      • testGetSingleItemOnCellSelection

        public void testGetSingleItemOnCellSelection()
      • testGetMultipleItemsOnCellSelection

        public void testGetMultipleItemsOnCellSelection()
      • testGetSingleItemsOnFullRowSelection

        public void testGetSingleItemsOnFullRowSelection()
      • testGetMultipleItemsOnFullRowSelection

        public void testGetMultipleItemsOnFullRowSelection()
      • testGetEmptyListOnCellSelectionForFullRowSelection

        public void testGetEmptyListOnCellSelectionForFullRowSelection()