Method GetValue
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
GetValue(string)
Gets a value from the serialization.
public object? GetValue(string key)
Parameters
keystringThe key of the value to retrieve
Returns
- object
The value, if present;
null, otherwise