Class Xunit2Options
- Namespace
- Xunit.Runner.v2
- Assembly
- xunit.v3.runner.utility.netfx.dll
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 class Xunit2Options : LongLivedMarshalByRefObject, ITestFrameworkDiscoveryOptions, ITestFrameworkExecutionOptions, ITestFrameworkOptions
- Inheritance
-
Xunit2Options
- Implements
-
ITestFrameworkDiscoveryOptionsITestFrameworkExecutionOptionsITestFrameworkOptions
- Inherited Members
Remarks
Initializes a new instance of the Xunit2Options class.
Constructors
- 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.
Methods
- GetValue<TValue>(string)
Gets an option value.
- SetValue<TValue>(string, TValue)
Sets an option value.