ICommandAdapter Interface
Declares members exposed by EasyTest command adapters.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v22.1.dll
Declaration
Remarks
Generally, you do not need to implement this interface. It is implemented by built-in command adapters in the DevExpress.ExpressApp.EasyTest.WinAdapter.v22.1.dll and DevExpress.ExpressApp.EasyTest.WebAdapter.v22.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.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ICommandAdapter interface.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.