コード例 #1
0
ファイル: RangeValidatorCas.cs プロジェクト: nobled/mono
		public void Render_Deny_Minimal ()
		{
			RangeValidatorTest unit = new RangeValidatorTest ();
			unit.Render ();
			// note: this is a failing security check on reflection,
			// the SecurityException is the InnerException of the 
			// TargetInvocationException
		}
コード例 #2
0
ファイル: RangeValidatorCas.cs プロジェクト: nobled/mono
		public void Render_PermitOnly_Minimal ()
		{
			RangeValidatorTest unit = new RangeValidatorTest ();
			unit.Render ();
		}