Table of Contents

Method GetValue

Namespace
Xunit.Sdk
Assembly
xunit.v3.common.dll

GetValue(string)

Gets a value from the serialization.

public object? GetValue(string key)

Parameters

key string

The key of the value to retrieve

Returns

object

The value, if present; null, otherwise