Table of Contents

Method ToJson

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

ToJson()

Converts the test framework options into JSON. Used for serializing the options for sending across a process boundary.

public string ToJson()

Returns

string

The serialized framework options.