NUnit.Extensions.Asp.AspTester.ListControlTester.ListControlTester C# (CSharp) Метод

ListControlTester() публичный Метод

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

Same methods

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