org.eclipse.nebula.widgets.nattable.copy.command
Class CopyDataCommandHandlerTest

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.copy.command.CopyDataCommandHandlerTest

public class CopyDataCommandHandlerTest
extends Object


Constructor Summary
CopyDataCommandHandlerTest()
           
 
Method Summary
 void setUp()
           
 void shouldCopySingleCell()
           
 void shouldReturnArrayOfCellsForColumnsInSelectionModel()
           
 void shouldReturnGridWithSelectedCellsAndHeaders()
          Returns a collection representing a 11 x 11 grid.
 void shouldReturnGridWithSelectedCellsNoHeaders()
           
 void shouldReturnOnlySelectedBodyCells()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyDataCommandHandlerTest

public CopyDataCommandHandlerTest()
Method Detail

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.