Exemplo n.º 1
0
		public void ValidationSummaryRenderTest_Deny_Minimal ()
		{
			ValidationSummaryTest unit = new ValidationSummaryTest ();
			unit.ValidationSummaryRenderTest ();
			// note: this is a failing security check on reflection,
			// the SecurityException is the InnerException of the 
			// TargetInvocationException
		}
Exemplo n.º 2
0
		public void ValidationSummaryRenderTest_PermitOnly_Minimal ()
		{
			ValidationSummaryTest unit = new ValidationSummaryTest ();
			unit.ValidationSummaryRenderTest ();
		}