Skip to main content
All docs
V25.1
  • .NET 8.0+

    EasyTestFixtureContext() Constructor

    Initializes a new instance of the EasyTestFixtureContext class.

    Namespace: DevExpress.EasyTest.Framework

    Assembly: DevExpress.EasyTest.v25.1.dll

    NuGet Package: DevExpress.EasyTest

    Declaration

    public EasyTestFixtureContext()

    Remarks

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

    See Also