C# Class NUnit.Extensions.Asp.ControlDisabledException

Exception: The test is trying to perform a UI operation on a disabled control. Enable the control in your production code or don't change it in the test.
Inheritance: System.InvalidOperationException
Afficher le fichier Open project: vcsjones/NUnitAsp

Méthodes publiques

Méthode Description
ControlDisabledException ( ControlTester control ) : System

Private Methods

Méthode Description
GetMessage ( ControlTester control ) : string

Method Details

ControlDisabledException() public méthode

public ControlDisabledException ( ControlTester control ) : System
control ControlTester
Résultat System