Interface ITestFrameworkOptions
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
This interface should not be consumed directly; instead, you should consume ITestFrameworkDiscoveryOptions or ITestFrameworkExecutionOptions.
public interface ITestFrameworkOptions
Methods
- GetValue<TValue>(string)
Gets an option value.
- SetValue<TValue>(string, TValue)
Sets an option value.
- ToJson()
Converts the test framework options into JSON. Used for serializing the options for sending across a process boundary.