Table of Contents

Method FromJson

Namespace
Xunit.Runner.Common
Assembly
xunit.v3.runner.common.dll

FromJson(IReadOnlyDictionary<string, object?>)

Deserializes the object's values from the provided JSON.

public void FromJson(IReadOnlyDictionary<string, object?> root)

Parameters

root IReadOnlyDictionary<string, object>

The root of the deserialized JSON object