Example #1
0
 public void IncaseEngineCouldNotBeStarted_ExceptionIsExpected()
 {
     var badEngine = new UCIEngine(new ProcessStartInfo("stuckfish"));
     Assert.Throws<EngineCouldNotBeStartedException>(() => badEngine.Start ());
 }