Property Attachments
- Namespace
- Xunit.v3
- Assembly
- xunit.v3.core.dll
Attachments
Gets any attachments that were added to the test result via v3.1.0.0:Xunit.TestContext.AddAttachment.
public required IReadOnlyDictionary<string, TestAttachment> Attachments { get; set; }