Method SetValue
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
SetValue<TValue>(string, TValue)
Sets an option value.
void SetValue<TValue>(string name, TValue value)
Parameters
name
stringThe name of the value.
value
TValueThe value to be set.
Type Parameters
TValue
The type of the value.