public void WriteToEngineShouldSendCommandToWriter() { //Arrange Eng.SendUCI(); Assert.AreEqual("uci", LastCommand); }