Method SetValue
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
SetValue<TValue>(string, TValue)
Sets a value into the options collection.
public void SetValue<TValue>(string name, TValue value)
Parameters
name
stringThe name of the value.
value
TValueThe value.
Type Parameters
TValue
The type of the value.