Table of Contents

Method FromJson

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

FromJson(IReadOnlyDictionary<string, object?>)

Deserializes the object's values from the provided JSON.

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

Parameters

root IReadOnlyDictionary<string, object>

The root of the deserialized JSON object