The members of NUnit.Framework.Constraints.EqualConstraint are listed below.
See Also: Inherited members from NUnit.Framework.Constraints.Constraint
| Initializes a new instance of the NUnit.Framework.Constraints.EqualConstraint class. |
| [read-only] | AsCollection | EqualConstraint. Flag the constraint to compare arrays as collections and return self. |
| [read-only] | Days | EqualConstraint. Causes the tolerance to be interpreted as a TimeSpan in days. |
| [read-only] | Hours | EqualConstraint. Causes the tolerance to be interpreted as a TimeSpan in hours. |
| [read-only] | IgnoreCase | EqualConstraint. Flag the constraint to ignore case and return self. |
| [read-only] | Milliseconds | EqualConstraint. Causes the tolerance to be interpreted as a TimeSpan in milliseconds. |
| [read-only] | Minutes | EqualConstraint. Causes the tolerance to be interpreted as a TimeSpan in minutes. |
| [read-only] | NoClip | EqualConstraint. Flag the constraint to suppress string clipping and return self. |
| [read-only] | Percent | EqualConstraint. Switches the .Within() modifier to interpret its tolerance as a percentage that the actual values is allowed to deviate from the expected value. |
| [read-only] | Seconds | EqualConstraint. Causes the tolerance to be interpreted as a TimeSpan in seconds. |
| [read-only] | Ticks | EqualConstraint. Causes the tolerance to be interpreted as a TimeSpan in clock ticks. |
| [read-only] | Ulps | EqualConstraint. Switches the .Within() modifier to interpret its tolerance as a distance in representable values (see remarks). |
Comparer(IComparer)Flag the constraint to use the supplied IComparer object. | ||
override | Matches(object)Test whether the constraint is satisfied by a given value | |
Using(IComparer)Flag the constraint to use the supplied IComparer object. | ||
Using(IEqualityComparer)Flag the constraint to use the supplied IEqualityComparer object. | ||
Using<T>(IComparer<T>)Flag the constraint to use the supplied IComparer object. | ||
Using<T>(IEqualityComparer<T>)Flag the constraint to use the supplied IEqualityComparer object. | ||
Using<T>(Comparison<T>)Flag the constraint to use the supplied Comparison object. | ||
Within(object)Flag the constraint to use a tolerance when determining equality. | ||
override | WriteDescriptionTo(MessageWriter)Write description of this constraint | |
override | WriteMessageTo(MessageWriter)Write a failure message. Overridden to provide custom failure messages for EqualConstraint. | |