NUnit.Framework.Constraints.PropertyConstraint Members

The members of NUnit.Framework.Constraints.PropertyConstraint are listed below.

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

Public Constructors

Initializes a new instance of the PropertyConstraint class.

Public Methods

override
Matches(object) : bool
Test whether the constraint is satisfied by a given value
override
ToString() : string
Returns the string representation of the 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.