csUnit Class Library

Assert.StartsWith Method

Assert that a string starts with a particular substring. The check is case sensitive.

Overload List

Assert that a string starts with a particular substring. The check is case sensitive.

public static void StartsWith(string,string);

Assert that a string starts with a particular substring. The check is case sensitive.

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

See Also

Assert Class | csUnit Namespace