Class InsertTest

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

public class InsertTest extends Object
  • Constructor Details

    • InsertTest

      public InsertTest()
  • Method Details

    • setUp

      @BeforeEach public void setUp()
    • testMementoSetterAndGetter

      @Test @DisplayName("Test Insert Memento") public void testMementoSetterAndGetter()
    • testGetMemento

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

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

      @Test @DisplayName("Test Execute InsertTextCommand While Recording") public void testInsertTextCommand()