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