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

NUnit.Framework.Constraints.Tolerance

public sealed class Tolerance
public struct Range

public static readonly Tolerance Default

public static readonly Tolerance Exact

public object Amount { get; }

public Tolerance Days { get; }

public bool HasVariance { get; }

public Tolerance Hours { get; }

public bool IsUnsetOrDefault { get; }

public Tolerance Milliseconds { get; }

public Tolerance Minutes { get; }

public ToleranceMode Mode { get; }

public Tolerance Percent { get; }

public Tolerance Seconds { get; }

public Tolerance Ticks { get; }

public Tolerance Ulps { get; }

public Tolerance(object amount)

public Range ApplyToValue(object value)