Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DevExpress.EasyTest.Framework Namespace

Contains interfaces and classes that implement EasyTest functionality.

Assembly: DevExpress.EasyTest.v20.2.dll

NuGet Package: DevExpress.EasyTest

Classes

Name Description
Command An abstract base class for classes that implement EasyTest commands.
CommandException Specifies an exception that occurs when executing an EasyTest command.
ParameterList Specifies the EasyTest command’s parameters.
TestControlType Contains string constants that specify types of test controls.

Interfaces

Name Description
ICommandAdapter Declares members exposed by EasyTest command adapters.
IControlAct Declares members of test controls that can be “executed” (e.g. Action, button, etc.).
IControlActionItems Declares members of test controls that have choice items.
IControlEnabled Declares members of test controls that can be in an enabled or disabled state.
IControlHint Declares members of test controls that have a hint.
IControlReadOnlyText Declares members of test controls providing a readonly text.
IControlText Declares members of test controls that provides an editable text.
IGridAct Declares members of test controls that is a grid with actions in cells.
IGridBase Declares members of a test controls that are grids.
IGridCellControlCreation Declares members of test controls that are grids with the inline editing feature.
IGridColumn Declares members of test controls that are grid columns.
IGridRowsSelection Declares members of test controls that are grids with row selection capability.
ITestControl Declares members of test controls.
ITestControlContainer Declares members of test controls that are containers for another control.
ITestWindow Declares members of test controls that are resizable windows with captions.