NUnit.Extensions.Asp.AspTester.LabelTester.LabelTester C# (CSharp) Method

LabelTester() public method

Create a tester for a top-level control. Use this constructor for testing most controls. Testers created with this constructor will test pages loaded by the HttpClient.Default HttpClient.

public LabelTester ( string aspId ) : System
aspId string The ID of the control to test (look in the /// page's ASP.NET source code for the ID).
return System
        public LabelTester(string aspId)
            : base(aspId)
        {
        }

Same methods

LabelTester::LabelTester ( string aspId, Tester container ) : System
LabelTester