Example #1
0
 public void TestSendCommand()
 {
     document.SendCommand(new TestCommand());
     Assert.IsTrue(document.commandExecuted);
 }