Пример #1
0
 public void TryingToOpenNonExistantProjectDoesntCrash()
 {
     Assert.Throws <ErrorReport.ProblemNotificationSentToUserException>(
         () => _window.OnOpenProject(@"C:\notreallythere.WeSayConfig")
         );
 }