예제 #1
0
        public void Add_TestCommand_CanUndoIsTrue()
        {
            _undoRedoStack.AddAndExecute(new TestCommand());

            Assert.AreEqual(true, _undoRedoStack.CanUndo);
        }