Example #1
0
 public void UnExecuteTest()
 {
     _command.Execute();
     _command.BackExecute();
     Assert.AreEqual(2, _shapes.Count);
 }