Table of Contents

Property Attachments

Namespace
Xunit.v3
Assembly
xunit.v3.core.dll

Attachments

Gets any attachments that were added to the test result via v3.2.0.3:Xunit.TestContext.AddAttachment.

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

Property Value

IReadOnlyDictionary<string, TestAttachment>