NUnitAsp

WebAssert.CurrentUrlEndsWith Method

Asserts that the specified browser's current URL ends with a specific string. Start your expectedEndOfUrl with a '/' for maximum accuracy.

Overload List

Asserts that the specified browser's current URL ends with a specific string. Start your expectedEndOfUrl with a '/' for maximum accuracy.

public static void CurrentUrlEndsWith(HttpClient,string);

Asserts that the default browser's current URL ends with a specific string. Start your expectedEndOfUrl with a '/' for maximum accuracy.

public static void CurrentUrlEndsWith(string);

See Also

WebAssert Class | NUnit.Extensions.Asp Namespace