NUnit.Framework.Constraints.PathConstraint Members

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

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

Protected Constructors

Construct a PathConstraint for a give expected path

Protected Fields

caseInsensitivebool. Flag indicating whether a caseInsensitive comparison should be made
expectedstring. The expected path used in the constraint
expectedPathstring. Documentation for this section has not yet been entered.

Public Properties

[read-only]
IgnoreCasePathConstraint. Modifies the current instance to be case-insensitve and returns it.
[read-only]
RespectCasePathConstraint. Modifies the current instance to be case-sensitve and returns it.

Public Methods

override
Matches(object) : bool
Documentation for this section has not yet been entered.
override
ToString() : string
Returns the string representation of this constraint

Protected Methods

static
Canonicalize(string) : string
Canonicalize the provided path
override
GetStringRepresentation() : string
Documentation for this section has not yet been entered.
abstract
IsMatch(string, string) : bool
Documentation for this section has not yet been entered.
IsSamePath(string, string) : bool
Test whether two paths are the same
IsSamePathOrUnder(string, string) : bool
Test whether one path is the same as or under another path
static
IsSubPath(string, string, bool) : bool
Documentation for this section has not yet been entered.