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