Method | Description | |
---|---|---|
SamePathConstraint ( string expected ) |
Initializes a new instance of the T:SamePathConstraint class.
|
|
WriteDescriptionTo ( |
Write the constraint description to a MessageWriter
|
Method | Description | |
---|---|---|
IsMatch ( string expectedPath, string actualPath ) : bool |
Test whether the constraint is satisfied by a given value
|
protected IsMatch ( string expectedPath, string actualPath ) : bool | ||
expectedPath | string | The expected path |
actualPath | string | The actual path |
return | bool |
public SamePathConstraint ( string expected ) | ||
expected | string | The expected path |
public WriteDescriptionTo ( |
||
writer | The writer on which the description is displayed | |
return | void |