ICommandAdapter Interface
Declares members exposed by EasyTest command adapters.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v24.1.dll
NuGet Package: DevExpress.EasyTest
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.v24.1.dll and DevExpress.ExpressApp.EasyTest.WebAdapter.v24.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