ITestControl.GetInterface<T>() Method
In This Article
Returns the specified test control, or throws an exception when test control is not found.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v24.2.dll
NuGet Package: DevExpress.EasyTest
#Declaration
#Remarks
You can see this method in use in the How to: Implement a Custom EasyTest Command topic.
See Also