Skip to main content

ICommandAdapter Interface

Declares members exposed by EasyTest command adapters.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v26.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.v26.1.dll and DevExpress.ExpressApp.EasyTest.BlazorAdapter.v26.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