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