Method SetValue
- Namespace
- Xunit.Runner.v2
- Assembly
- xunit.v3.runner.utility.netfx.dll
SetValue<TValue>(string, TValue)
Sets an option value.
public void SetValue<TValue>(string name, TValue value)
Parameters
namestringThe name of the value.
valueTValueThe value to be set.
Type Parameters
TValueThe type of the value.