Exemplo n.º 1
0
		public void ControlToCompareTest_Deny_Minimal ()
		{
			CompareValidatorTest unit = new CompareValidatorTest ();
			unit.CompareValidator_ControlToCompareTest ();
			// note: this is a failing security check on reflection,
			// the SecurityException is the InnerException of the 
			// TargetInvocationException
		}
Exemplo n.º 2
0
		public void ControlToCompareTest_PermitOnly_Minimal ()
		{
			CompareValidatorTest unit = new CompareValidatorTest ();
			unit.CompareValidator_ControlToCompareTest ();
		}
Exemplo n.º 3
0
		public void ValueToCompareTest_PermitOnly_Minimal ()
		{
			CompareValidatorTest unit = new CompareValidatorTest ();
			unit.CompareValidator_ValueToCompareTest ();
		}
Exemplo n.º 4
0
		public void Deny_Unrestricted ()
		{
			CompareValidatorTest unit = new CompareValidatorTest ();
			unit.CompareValidator_ViewState ();
		}