Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ICommandAdapter Interface

Declares members exposed by EasyTest command adapters.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v24.2.dll

NuGet Package: DevExpress.EasyTest

#Declaration

public interface ICommandAdapter

The following members return ICommandAdapter objects:

#Remarks

Generally, you do not need to implement this interface. It is implemented by built-in command adapters in the DevExpress.ExpressApp.EasyTest.WinAdapter.v24.2.dll and DevExpress.ExpressApp.EasyTest.WebAdapter.v24.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