Class TickUpdateCommandHandlerTest
java.lang.Object
org.eclipse.nebula.widgets.nattable.tickupdate.command.TickUpdateCommandHandlerTest
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TickUpdateCommandHandlerTest
public TickUpdateCommandHandlerTest()
-
-
Method Details
-
setup
@BeforeEach public void setup() -
shouldIncrementCellValue
@Test public void shouldIncrementCellValue() -
shouldDecrementCellValue
@Test public void shouldDecrementCellValue() -
shouldNotUpdateAnUneditableCell
@Test public void shouldNotUpdateAnUneditableCell() -
shouldUpdateMultipleCellsInSelection
@Test public void shouldUpdateMultipleCellsInSelection() -
shouldUpdateOnlyIfAllCellsHaveTheSameEditor
@Test public void shouldUpdateOnlyIfAllCellsHaveTheSameEditor() -
shouldNotThrowExceptionOnNoSelection
@Test public void shouldNotThrowExceptionOnNoSelection()
-