메소드 | 설명 | |
---|---|---|
EndsWithConstraint ( string expected ) : System |
Initializes a new instance of the T:EndsWithConstraint class.
|
|
Matches ( object actual ) : bool |
Test whether the constraint is matched by the actual value. This is a template method, which calls the IsMatch method of the derived class.
|
|
WriteDescriptionTo ( |
Write the constraint description to a MessageWriter
|
public EndsWithConstraint ( string expected ) : System | ||
expected | string | The expected string |
리턴 | System |
public WriteDescriptionTo ( |
||
writer | The writer on which the description is displayed | |
리턴 | void |