Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

ITestControl.GetInterface<T>() Method

Returns the specified test control, or throws an exception when test control is not found.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v19.2.dll

Declaration

T GetInterface<T>()

Type Parameters

Name
T

Returns

Type Description
T

A test control of the specified type.

Remarks

You can see this method in use in the How to: Implement a Custom EasyTest Command topic.

See Also