NUnit.Framework.Constraints.XmlSerializableConstraint: Method Members

The methods of NUnit.Framework.Constraints.XmlSerializableConstraint are listed below. For a list of all members, see the XmlSerializableConstraint Members list.

See Also: Inherited members from NUnit.Framework.Constraints.Constraint

Public Methods

override
Matches(object) : bool
Test whether the constraint is satisfied by a given value
override
ToString() : string
Returns the string representation of this constraint
override
WriteActualValueTo(MessageWriter)
Write the actual value for a failing constraint test to a MessageWriter. The default implementation simply writes the raw value of actual, leaving it to the writer to perform any formatting.
override
WriteDescriptionTo(MessageWriter)
Write the constraint description to a MessageWriter

Protected Methods

override
GetStringRepresentation() : string
Documentation for this section has not yet been entered.