Method | Description | |
---|---|---|
RegexConstraint ( string pattern ) : System.Text.RegularExpressions |
Initializes a new instance of the T:RegexConstraint class.
|
|
WriteDescriptionTo ( |
Write the constraint description to a MessageWriter
|
Method | Description | |
---|---|---|
Matches ( string actual ) : bool |
Test whether the constraint is satisfied by a given value
|
protected Matches ( string actual ) : bool | ||
actual | string | The value to be tested |
return | bool |
public RegexConstraint ( string pattern ) : System.Text.RegularExpressions | ||
pattern | string | The pattern. |
return | System.Text.RegularExpressions |
public WriteDescriptionTo ( |
||
writer | The writer on which the description is displayed | |
return | void |