C# 클래스 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.
상속: System.ApplicationException
파일 보기 프로젝트 열기: vcsjones/NUnitAsp

비공개 메소드들

메소드 설명
VisibilityException ( string className ) : System