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
Datei anzeigen Open project: vcsjones/NUnitAsp

Public Methods

Method Description
ControlDisabledException ( ControlTester control ) : System

Private Methods

Method Description
GetMessage ( ControlTester control ) : string

Method Details

ControlDisabledException() public method

public ControlDisabledException ( ControlTester control ) : System
control ControlTester
return System