The methods of NUnit.Framework.Constraints.StartsWithConstraint are listed below. For a list of all members, see the StartsWithConstraint Members list.
See Also: Inherited members from NUnit.Framework.Constraints.StringConstraint
override | Matches(object)Test whether the constraint is matched by the actual value. This is a template method, which calls the IsMatch method of the derived class. | |
override | WriteDescriptionTo(MessageWriter)Write the constraint description to a MessageWriter |