Skip to main content
All docs
V26.1
  • EasyTestFixtureContext() Constructor

    Initializes a new instance of the EasyTestFixtureContext class.

    Namespace: DevExpress.EasyTest.Framework

    Assembly: DevExpress.EasyTest.v26.1.dll

    NuGet Package: DevExpress.EasyTest

    Declaration

    public EasyTestFixtureContext()

    Remarks

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

    See Also