Table of Contents

Property Attachments

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

Attachments

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

IReadOnlyDictionary<string, TestAttachment> Attachments { get; }

Property Value

IReadOnlyDictionary<string, TestAttachment>