Skip to main content
All docs
V24.1
.NET Framework 4.5.2+

EasyTestParameter(String, String) Constructor

Initializes a new instance of the EasyTestParameter class with specified settings.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v24.1.dll

NuGet Package: DevExpress.EasyTest

Declaration

public EasyTestParameter(
    string name,
    string value
)

Parameters

Name Type
name String
value String
See Also