NUnit.Framework.Constraints.PathConstraint: Method Members

The methods of NUnit.Framework.Constraints.PathConstraint are listed below. For a list of all members, see the PathConstraint Members list.

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

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.