示例#1
0
 public void PartialTrust_DenyUnrestricted_Success()
 {
     MonoTests.System.ExceptionTest et = new MonoTests.System.ExceptionTest();
     // call most (all but arguments checking) unit tests from ExceptionTest
     et.TestThrowOnBlockBoundaries();
     et.Source_InnerException();
 }
		public void PartialTrust_DenyUnrestricted_Success ()
		{
			MonoTests.System.ExceptionTest et = new MonoTests.System.ExceptionTest ();
			// call most (all but arguments checking) unit tests from ExceptionTest
			et.TestThrowOnBlockBoundaries ();
			et.Source_InnerException ();
		}