Ejemplo n.º 1
0
 public void TestCatch2()
 {
     // Test OK.
     Assert.Catch(() => MyClass2.ThrowException());
     // Test NG.
     Assert.Catch(() => MyClass2.NoException());
 }