Table of Contents

Method Parse

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

Parse(string)

Parses a value that was obtained by calling ToString() back into a TestAttachment.

public static TestAttachment Parse(string value)

Parameters

value string

Returns