NUnitAsp

WebAssert.NotVisible Method (Tester)

Asserts that a specific control is not on the current web page, or if it is, its "Visible" parameter is set to "false." This method does not distinguish between non-existant controls and non-visible controls: use with caution.

public static void NotVisible(
   Tester tester
);

Parameters

tester
The tester for the control to check.

See Also

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