Creates a ControlTester from the control name and the form instance.
Creates a ControlTester from a ControlTester and an index where the original tester's name is not unique.
public TabControlTester(ControlTester,int);
Creates a ControlTester from the control name.
public TabControlTester(string);
Creates a ControlTester from the control name and the form name.
public TabControlTester(string,string);
Creates a ControlTester from the control name and the form instance.
public TabControlTester(string,Form);
TabControlTester Class | NUnit.Extensions.Forms Namespace