NUnit.Framework.DefaultFloatingPointToleranceAttribute
Sets the tolerance used by default when checking the equality of floating point values
within the test assembly, fixture or method.
namespace NUnit.Framework
{
public class DefaultFloatingPointToleranceAttribute : NUnitAttribute, IApplyToContext
{
public DefaultFloatingPointToleranceAttribute(double amount);
public void ApplyToContext(TestExecutionContext context);
}
}