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

AspControlTester() 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 AspControlTester ( 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 AspControlTester(string aspId)
            : base(aspId)
        {
        }

Same methods

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