Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ITestControl Interface

Declares members of test controls.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v21.2.dll

NuGet Package: DevExpress.EasyTest

Declaration

public interface ITestControl

Remarks

Generally, you do not need to implement this interface. It is implemented by built-in test controls in the DevExpress.ExpressApp.EasyTest.WinAdapter.v21.2.dll and DevExpress.ExpressApp.EasyTest.WebAdapter.v21.2.dll assemblies. To create the ITestControl object, use the approach described in the How to: Implement a Custom EasyTest Command topic. Use the ITestControl.GetInterface<T> or ITestControl.FindInterface<T> methods to access members, specific to certain test control types. The following test control interfaces can be used as generic parameters.

See Also