Method | Description | |
---|---|---|
MatchesException ( object expectedRegexPattern, object actual ) : System |
Creates a new instance of the MatchesException class.
|
public MatchesException ( object expectedRegexPattern, object actual ) : System | ||
expectedRegexPattern | object | The expected regular expression pattern |
actual | object | The actual value |
return | System |