The properties of NUnit.Framework.Constraints.Tolerance are listed below. For a list of all members, see the Tolerance Members list.
See Also: Inherited members from System.Object
| [read-only] | Days | Tolerance. Returns a new tolerance with a TimeSpan as the amount, using the current amount as a number of days. |
| [read-only] static | Empty | Tolerance. Returns an empty Tolerance object, equivalent to specifying an exact match. |
| [read-only] | Hours | Tolerance. Returns a new tolerance with a TimeSpan as the amount, using the current amount as a number of hours. |
| [read-only] | IsEmpty | bool. Returns true if the current tolerance is empty. |
| [read-only] | Milliseconds | Tolerance. Returns a new tolerance with a TimeSpan as the amount, using the current amount as a number of milliseconds. |
| [read-only] | Minutes | Tolerance. Returns a new tolerance with a TimeSpan as the amount, using the current amount as a number of minutes. |
| [read-only] | Mode | ToleranceMode. Gets the ToleranceMode for the current Tolerance |
| [read-only] | Percent | Tolerance. Returns a new tolerance, using the current amount as a percentage. |
| [read-only] | Seconds | Tolerance. Returns a new tolerance with a TimeSpan as the amount, using the current amount as a number of seconds. |
| [read-only] | Ticks | Tolerance. Returns a new tolerance with a TimeSpan as the amount, using the current amount as a number of clock ticks. |
| [read-only] | Ulps | Tolerance. Returns a new tolerance, using the current amount in Ulps. |
| [read-only] | Value | object. Gets the value of the current Tolerance instance. |
| [read-only] static | Zero | Tolerance. Documentation for this section has not yet been entered. |