Command.CheckControlEnabled(ITestControl) Method
In This Article
Throws an exception if the specified test control is disabled.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v24.2.dll
NuGet Package: DevExpress.EasyTest
#Declaration
public static void CheckControlEnabled(
ITestControl testControl
)
#Parameters
Name | Type | Description |
---|---|---|
test |
ITest |
An ITest |
See Also