Exemplo n.º 1
0
		public void ValidationTests_Deny_Minimal ()
		{
			RegularExpressionValidatorTest unit = new RegularExpressionValidatorTest ();
			unit.REValidator_ValidationTests ();
			// note: this is a failing security check on reflection,
			// the SecurityException is the InnerException of the 
			// TargetInvocationException
		}
Exemplo n.º 2
0
		public void ValidationTests_PermitOnly_Minimal ()
		{
			RegularExpressionValidatorTest unit = new RegularExpressionValidatorTest ();
			unit.REValidator_ValidationTests ();
		}
Exemplo n.º 3
0
		public void Deny_Unrestricted ()
		{
			RegularExpressionValidatorTest unit = new RegularExpressionValidatorTest ();
			unit.REValidator_ViewState ();
		}