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
Показать файл Открыть проект

Приватные методы

Метод Описание
VisibilityException ( string className ) : System