Beispiel #1
0
 public void TestError()
 {
     Assert.ThrowsException <TestFatalErrorException>(() => ErrorHandling.Error("Error Message"));
 }