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