Пример #1
0
		public void PartialTrust_DenyUnrestricted_Success ()
		{
			MonoTests.System.Threading.MutexTest mt = new MonoTests.System.Threading.MutexTest ();
			// call the few working unit tests
			mt.TestCtor1 ();
			mt.TestHandle ();
		}		
Пример #2
0
 public void PartialTrust_DenyUnrestricted_Success()
 {
     MonoTests.System.Threading.MutexTest mt = new MonoTests.System.Threading.MutexTest();
     // call the few working unit tests
     mt.TestCtor1();
     mt.TestHandle();
 }