org.eclipse.nebula.widgets.nattable.tickupdate.command
Class TickUpdateCommandHandlerTest

java.lang.Object
  extended by org.eclipse.nebula.widgets.nattable.tickupdate.command.TickUpdateCommandHandlerTest

public class TickUpdateCommandHandlerTest
extends Object


Constructor Summary
TickUpdateCommandHandlerTest()
           
 
Method Summary
 void setup()
           
 void shouldDecrementCellValue()
           
 void shouldIncrementCellValue()
           
 void shouldNotUpdateAnUneditableCell()
           
 void shouldUpdateMultipleCellsInSelection()
           
 void shouldUpdateOnlyIfAllCellsHaveTheSameEditor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TickUpdateCommandHandlerTest

public TickUpdateCommandHandlerTest()
Method Detail

setup

public void setup()

shouldIncrementCellValue

public void shouldIncrementCellValue()
                              throws Exception
Throws:
Exception

shouldDecrementCellValue

public void shouldDecrementCellValue()
                              throws Exception
Throws:
Exception

shouldNotUpdateAnUneditableCell

public void shouldNotUpdateAnUneditableCell()
                                     throws Exception
Throws:
Exception

shouldUpdateMultipleCellsInSelection

public void shouldUpdateMultipleCellsInSelection()
                                          throws Exception
Throws:
Exception

shouldUpdateOnlyIfAllCellsHaveTheSameEditor

public void shouldUpdateOnlyIfAllCellsHaveTheSameEditor()
                                                 throws Exception
Throws:
Exception


Copyright © 2015. All rights reserved.