NUnit.Extensions.Asp.Tester.AssertVisible C# (CSharp) Method

AssertVisible() protected method

Experimental. May change or go away in future revisions. Allows testers to assert that their control should be visible before some operations. Using this method provides clearer error messages to users of the tester.
protected AssertVisible ( ) : void
return void
        protected void AssertVisible()
        {
            WebAssert.Visible(this);
        }