Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

DevExpress.EasyTest.Framework Namespace

Contains interfaces and classes that implement EasyTest functionality.

Assemblies: DevExpress.EasyTest.v22.1.dll, DevExpress.ExpressApp.EasyTest.BlazorAdapter.v22.1.dll

NuGet Package: DevExpress.EasyTest

Classes

Name Description
ApplicationContextExtensions static Exposes extension methods for the IApplicationContext. Each extension method provides access to a particular functional testing feature.
BlazorApplicationOptions Stores options for a tested Blazor application.
Command An abstract base class for classes that implement EasyTest commands.
CommandException Specifies an exception that occurs when executing an EasyTest command.
DatabaseOptions Stores database configuration options for a tested application.
EasyTestFixtureContext A test fixture context.
ParameterList Specifies the EasyTest command’s parameters.
TestControlType Contains string constants that specify types of test controls.
WebApplicationOptions Stores options for a tested ASP.NET Web Forms application.
WinApplicationOptions Stores options for a tested Blazor application.

Interfaces

Name Description
IApplicationContext Declares members for application contexts.
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.
IEasyTestAction Exposes the API that allows you to manipulate a specified Action in test code.
IEasyTestApplicationOptions Declares members exposed by application options.
IEasyTestDatabaseOptions Declares members exposed in database configuration options.
IEasyTestDialog Exposes the API that allows you to manipulate a dialog in test code.
IEasyTestForm Exposes the API that allows you to manipulate a form in test code.
IEasyTestGrid Exposes the API that provides access to a data grid in test code.
IEasyTestGridEditing Exposes the API that provides access to data grid editing features in test code.
IEasyTestGridGrouping Exposes the API that provides access to data grid grouping features in test code.
IEasyTestGridSelection Exposes the API that provides access to data grid selection features in test code.
IEasyTestGridSorting Exposes the API that provides access to data grid sorting features in test code.
IEasyTestScreen
IEasyTestValidation Exposes the API that provides access to validation messages in test code.
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.
IValidationSupportedContext

Structs

Name
EasyTestParameter

Enums

Name
SortOrder