NUnit.Framework.Constraints.AndConstraint: Method Members

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

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

Public Methods

override
Matches(object) : bool
Apply both member constraints to an actual value, succeeding succeeding only if both of them succeed.
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 a description for this contraint to a MessageWriter