NUnit.Framework.Constraints.AndConstraint Members

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

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

Public Constructors

Create an AndConstraint from two other constraints

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