Class ColumnSelectionTest


  • public class ColumnSelectionTest
    extends Object
    • Constructor Detail

      • ColumnSelectionTest

        public ColumnSelectionTest()
    • Method Detail

      • setUp

        public void setUp()
      • cleanUp

        public void cleanUp()
      • shouldSelectAllCellsInAColumn

        public void shouldSelectAllCellsInAColumn()
      • shouldSelectAllCellsToTheRightWithShiftKeyPressed

        public void shouldSelectAllCellsToTheRightWithShiftKeyPressed()
      • shouldSelectAllCellsToTheLeftWithShiftKeyPressed

        public void shouldSelectAllCellsToTheLeftWithShiftKeyPressed()
      • shouldAppendColumnsToTheRightWithShiftKeyPressed

        public void shouldAppendColumnsToTheRightWithShiftKeyPressed()
      • shouldSetAnchorWithInitialShiftKeyPressed

        public void shouldSetAnchorWithInitialShiftKeyPressed()
      • shouldExtendFromAnchorWithShiftKeyPressed

        public void shouldExtendFromAnchorWithShiftKeyPressed()
      • shouldExtendSelectionWithAllCellsInAColumnUsingTheCtrlKey

        public void shouldExtendSelectionWithAllCellsInAColumnUsingTheCtrlKey()
      • onlyOneCellSelectedAtAnyTime

        public void onlyOneCellSelectedAtAnyTime()
      • shouldUpdateAnchorIfDeselected

        public void shouldUpdateAnchorIfDeselected()
      • shouldNotIncludeDeselectedCellsWithCtrlModifier

        public void shouldNotIncludeDeselectedCellsWithCtrlModifier()