NUnitAsp

WebAssert.Visible Method (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 tester
);

Parameters

tester
The tester for the control to check.

See Also

WebAssert Class | NUnit.Extensions.Asp Namespace | WebAssert.Visible Overload List