C# Class NUnit.Extensions.Asp.AspTester.UserControlTester.VisibilityException

Exception: The test tried to check the visibility of a user control. There's no way to directly check user control visibility because they don't generate any HTML of their own. Change the test to check the visibility of a control inside the user control instead.
Inheritance: System.ApplicationException
Show file Open project: vcsjones/NUnitAsp

Private Methods

Method Description
VisibilityException ( string className ) : System