Property Attachments
- Namespace
- Xunit.Runner.Common
- Assembly
- xunit.v3.runner.common.dll
Attachments
Gets any attachments that were added to the test result via v3.2.0.0:Xunit.TestContext.AddAttachment.
public required IReadOnlyDictionary<string, TestAttachment> Attachments { get; set; }
Property Value
Remarks
Note: Will be an empty dictionary if there was no value provided during deserialization.