Skip to main content
All docs
V23.2
.NET 6.0+

EasyTestFixtureContext() Constructor

Initializes a new instance of the EasyTestFixtureContext class.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v23.2.dll

NuGet Package: DevExpress.EasyTest

Declaration

public EasyTestFixtureContext()

Remarks

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

See Also