Class CopyDataCommandHandlerTest


  • public class CopyDataCommandHandlerTest
    extends Object
    • Constructor Detail

      • CopyDataCommandHandlerTest

        public CopyDataCommandHandlerTest()
    • Method Detail

      • setUp

        public void setUp()
      • shouldReturnArrayOfCellsForColumnsInSelectionModel

        public void shouldReturnArrayOfCellsForColumnsInSelectionModel()
      • shouldReturnOnlySelectedBodyCells

        public void shouldReturnOnlySelectedBodyCells()
      • shouldReturnGridWithSelectedCellsAndHeaders

        public void shouldReturnGridWithSelectedCellsAndHeaders()
      • shouldReturnGridWithSelectedCellsNoHeaders

        public void shouldReturnGridWithSelectedCellsNoHeaders()
      • shouldCopySingleCell

        public void shouldCopySingleCell()
      • shouldNotCopySingleCellMarkedAsCopyNotAllowed

        public void shouldNotCopySingleCellMarkedAsCopyNotAllowed()
      • shouldNotCopyCellMarkedAsCopyNotAllowedMultiSelectionOneColumn

        public void shouldNotCopyCellMarkedAsCopyNotAllowedMultiSelectionOneColumn()
      • shouldNotCopyCellMarkedAsCopyNotAllowedMultiSelectionOneRow

        public void shouldNotCopyCellMarkedAsCopyNotAllowedMultiSelectionOneRow()
      • shouldNotCopyCellMarkedAsCopyNotAllowedMultiSelectionRegion

        public void shouldNotCopyCellMarkedAsCopyNotAllowedMultiSelectionRegion()