Table of Contents

Constructor Xunit2Options

Namespace
Xunit.Runner.v2
Assembly
xunit.v3.runner.utility.netfx.dll

Xunit2Options(ITestFrameworkOptions)

An implementation of xUnit.net v2's Xunit.Abstractions.ITestFrameworkDiscoveryOptions and Xunit.Abstractions.ITestFrameworkExecutionOptions, which delegates calls to an xUnit.net v3 implementation of ITestFrameworkOptions.

public Xunit2Options(ITestFrameworkOptions v3Options)

Parameters

v3Options

The v3 options object to delegate all the calls to.

Remarks

Initializes a new instance of the Xunit2Options class.