NUnit.Framework.Constraints.StringConstraint Members

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

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

Protected Constructors

Constructs a StringConstraint given an expected value

Protected Fields

caseInsensitivebool. Indicates whether tests should be case-insensitive
readonly
expectedstring. The expected value

Public Properties

[read-only]
IgnoreCaseStringConstraint. Modify the constraint to ignore case in matching.

Public Methods

override
Matches(object) : bool
Documentation for this section has not yet been entered.

Protected Methods

abstract
Matches(string) : bool
Documentation for this section has not yet been entered.