Пример #1
0
 public void WriteToEngineShouldSendCommandToWriter()
 {
     //Arrange
     Eng.SendUCI();
     Assert.AreEqual("uci", LastCommand);
 }