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

NUnit.Framework.Constraints.ThrowsNothingConstraint

ThrowsNothingConstraint tests that a delegate does not throw an exception.
namespace NUnit.Framework.Constraints { public class ThrowsNothingConstraint : Constraint { public ThrowsNothingConstraint(); } }