NUnit.Framework.Constraints.BinarySerializableConstraint Members

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

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

Public Constructors

Documentation for this section has not yet been entered.

Public Methods

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