Skip to main content
A newer version of this page is available. .

ICommandAdapter Interface

Declares members exposed by EasyTest command adapters.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v19.1.dll

Declaration

public interface ICommandAdapter

Remarks

Generally, you do not need to implement this interface. It is implemented by built-in command adapters in the DevExpress.ExpressApp.EasyTest.WinAdapter.v19.1.dll and DevExpress.ExpressApp.EasyTest.WebAdapter.v19.1.dll assemblies. An instance of ICommandAdapter object is passed to the InternalExecute method of the Command class, so you can use the ICommandAdapter.CreateTestControl method when implementing a custom EasyTest command.

See Also