NUnit.Extensions.Asp.AspTester.DropDownListTester.DropDownListTester C# (CSharp) 메소드

DropDownListTester() 공개 메소드

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 DropDownListTester ( string aspId ) : System
aspId string The ID of the control to test (look in the /// page's ASP.NET source code for the ID).
리턴 System
        public DropDownListTester(string aspId)
            : base(aspId)
        {
        }

Same methods

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