NUnitAsp

WebAssert.Visible Method

Asserts that a specific control is on the current web page, with the "Visible" parameter set to "true." This method does not assert that the control is actually visible to the user.

Overload List

Asserts that a specific control is on the current web page, with the "Visible" parameter set to "true." This method does not assert that the control is actually visible to the user.

public static void Visible(Tester);

Asserts that a specific control is on the current web page, with the "Visible" parameter set to "true." This method does not assert that the control is actually visible to the user.

public static void Visible(Tester,string);

See Also

WebAssert Class | NUnit.Extensions.Asp Namespace