<PackageReference Include="NUnit" Version="3.11.0" />

TestAttachment

public class TestAttachment
The TestAttachment class represents a file attached to a TestResult, with an optional description.
namespace NUnit.Framework.Constraints { public enum ToleranceMode { Unset, Linear, Percent, Ulps } }