Skip to main content
.NET 6.0+

ICommandAdapter Interface

Declares members exposed by EasyTest command adapters.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v23.2.dll

NuGet Package: DevExpress.EasyTest

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.v23.2.dll and DevExpress.ExpressApp.EasyTest.WebAdapter.v23.2.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