Class MoveSelectionTest

java.lang.Object
fr.istic.aco.editor.test.MoveSelectionTest

public class MoveSelectionTest extends Object
  • Constructor Details

    • MoveSelectionTest

      public MoveSelectionTest()
  • Method Details

    • setUp

      @BeforeEach public void setUp()
    • testMementoSetBeginAndGetBegin

      @Test @DisplayName("Test Move Selection Memento SetBegin and GetBegin") public void testMementoSetBeginAndGetBegin()
    • testMementoSetEndAndGetEnd

      @Test @DisplayName("Test Move Selection Memento SetEnd and GetEnd") public void testMementoSetEndAndGetEnd()
    • testGetMemento

      @Test @DisplayName("Test Get Memento") public void testGetMemento()
    • testSetMemento

      @Test @DisplayName("Test Set Memento") public void testSetMemento()
    • testMoveSelectionCommand

      @Test @DisplayName("Test Execute MoveSelection While Recording") public void testMoveSelectionCommand()