Table of Contents

Property Attachments

Namespace
Xunit.SimpleRunner
Assembly
xunit.v3.runner.utility.netfx.dll

Attachments

Gets any attachments that were added to the test result.

public required IReadOnlyDictionary<string, TestAttachment> Attachments { get; set; }

Property Value

IReadOnlyDictionary<string, TestAttachment>

Remarks

Test attachments are only supported by v3 test projects.