Метод | Описание | |
---|---|---|
Matches ( object actual ) : bool |
Test whether the constraint is satisfied by a given value
|
|
SamePathConstraint ( string expected ) : System |
Initializes a new instance of the T:SamePathConstraint class.
|
|
WriteDescriptionTo ( |
Write the constraint description to a MessageWriter
|
public Matches ( object actual ) : bool | ||
actual | object | The value to be tested |
Результат | bool |
public SamePathConstraint ( string expected ) : System | ||
expected | string | The expected path |
Результат | System |
public WriteDescriptionTo ( |
||
writer | The writer on which the description is displayed | |
Результат | void |