Class CopyDataCommandHandlerTest
java.lang.Object
org.eclipse.nebula.widgets.nattable.copy.command.CopyDataCommandHandlerTest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CopyDataCommandHandlerTest
public CopyDataCommandHandlerTest()
-
-
Method Details
-
setUp
@BeforeEach public void setUp() -
shouldReturnArrayOfCellsForColumnsInSelectionModel
@Test public void shouldReturnArrayOfCellsForColumnsInSelectionModel() -
shouldReturnOnlySelectedBodyCells
@Test public void shouldReturnOnlySelectedBodyCells() -
shouldReturnGridWithSelectedCellsAndHeaders
@Test public void shouldReturnGridWithSelectedCellsAndHeaders() -
shouldReturnGridWithSelectedCellsNoHeaders
@Test public void shouldReturnGridWithSelectedCellsNoHeaders() -
shouldCopySingleCell
@Test public void shouldCopySingleCell() -
shouldNotCopySingleCellMarkedAsCopyNotAllowed
@Test public void shouldNotCopySingleCellMarkedAsCopyNotAllowed() -
shouldNotCopyCellMarkedAsCopyNotAllowedMultiSelectionOneColumn
@Test public void shouldNotCopyCellMarkedAsCopyNotAllowedMultiSelectionOneColumn() -
shouldNotCopyCellMarkedAsCopyNotAllowedMultiSelectionOneRow
@Test public void shouldNotCopyCellMarkedAsCopyNotAllowedMultiSelectionOneRow() -
shouldNotCopyCellMarkedAsCopyNotAllowedMultiSelectionRegion
@Test public void shouldNotCopyCellMarkedAsCopyNotAllowedMultiSelectionRegion()
-