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

EasyTestFixtureContext() Constructor

Initializes a new instance of the EasyTestFixtureContext class.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v24.1.dll

NuGet Package: DevExpress.EasyTest

Declaration

public EasyTestFixtureContext()

Remarks

To create a fixture context, call the static EasyTestFixtureContext.CreateApplicationContext method.

See Also