Table of Contents

Property Attachments

Namespace
Xunit
Assembly
xunit.v3.core.dll

Attachments

Gets the attachments for the current test, if the engine is currently in the process of running a test; will return null outside of the context of a test.

IReadOnlyDictionary<string, TestAttachment>? Attachments { get; }

Property Value

IReadOnlyDictionary<string, TestAttachment>