ICommandAdapter.CreateTestControl(String, String) Method
In This Article
Finds the specific control and creates the test control for it.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v24.2.dll
NuGet Package: DevExpress.EasyTest
#Declaration
ITestControl CreateTestControl(
string controlType,
string name
)
#Parameters
Name | Type | Description |
---|---|---|
control |
String | A string that specifies the test control types. Valid types can be obtained from the Test |
name | String | A sting that is the control caption. |
#Returns
Type | Description |
---|---|
ITest |
An ITest |
#Remarks
To see this method in use, refer to the How to: Implement a Custom EasyTest Command topic.
See Also