org.eclipse.nebula.widgets.nattable.copy.command
Class CopyDataCommandHandlerTest
java.lang.Object
org.eclipse.nebula.widgets.nattable.copy.command.CopyDataCommandHandlerTest
public class CopyDataCommandHandlerTest
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CopyDataCommandHandlerTest
public CopyDataCommandHandlerTest()
setUp
public void setUp()
shouldReturnArrayOfCellsForColumnsInSelectionModel
public void shouldReturnArrayOfCellsForColumnsInSelectionModel()
shouldReturnOnlySelectedBodyCells
public void shouldReturnOnlySelectedBodyCells()
shouldReturnGridWithSelectedCellsAndHeaders
public void shouldReturnGridWithSelectedCellsAndHeaders()
- Returns a collection representing a 11 x 11 grid. Only selected cells
will have data, those are (col,row): (2,3),(4,1),(1,0),(9,9)
TODO: Test is ignored since it passes locally and fails on the build.
Can't figure out why.
shouldReturnGridWithSelectedCellsNoHeaders
public void shouldReturnGridWithSelectedCellsNoHeaders()
shouldCopySingleCell
public void shouldCopySingleCell()
Copyright © 2015. All rights reserved.