csUnit Class Library

Assert.EqualsRegex Method

Compares the given string (actual) against the regular expression. If the expression does not match on the string, then an assertion is raised.

Overload List

Compares the given string (actual) against the regular expression. If the expression does not match on the string, then an assertion is raised.

public static void EqualsRegex(string,string);

Compares the given string (actual) against the regular expression. If the expression does not match on the string, then an assertion is raised.

public static void EqualsRegex(string,string,string);

See Also

Assert Class | csUnit Namespace