csUnit Class Library

Assert.NotEqualsRegex Method

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

Overload List

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

public static void NotEqualsRegex(string,string);

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

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

See Also

Assert Class | Assert Members | csUnit Namespace