NUnitForms Class Library

TreeViewTester Constructor

Creates a ControlTester from the control name and the form instance.

Overload List

Creates a ControlTester from a ControlTester and an index where the original tester's name is not unique.

public TreeViewTester(ControlTester,int);

Creates a ControlTester from the control name.

public TreeViewTester(string);

Creates a ControlTester from the control name and the form name.

public TreeViewTester(string,string);

Creates a ControlTester from the control name and the form instance.

public TreeViewTester(string,Form);

See Also

TreeViewTester Class | NUnit.Extensions.Forms Namespace