The members of NUnit.Framework.Constraints.PathConstraint are listed below.
See Also: Inherited members from NUnit.Framework.Constraints.Constraint
| Construct a PathConstraint for a give expected path |
| caseInsensitive | bool. Flag indicating whether a caseInsensitive comparison should be made | |
| expected | string. The expected path used in the constraint | |
| expectedPath | string. Documentation for this section has not yet been entered. |
| [read-only] | IgnoreCase | PathConstraint. Modifies the current instance to be case-insensitve and returns it. |
| [read-only] | RespectCase | PathConstraint. Modifies the current instance to be case-sensitve and returns it. |
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. | |