Class TickUpdateCommandHandlerTest


  • public class TickUpdateCommandHandlerTest
    extends Object
    • 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
      • shouldNotThrowExceptionOnNoSelection

        public void shouldNotThrowExceptionOnNoSelection()