The members of NUnit.Framework.Constraints.AndConstraint are listed below.
See Also: Inherited members from NUnit.Framework.Constraints.BinaryConstraint
| Create an AndConstraint from two other constraints |
override | Matches(object)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 | |