NUnitForms Class Library

ComboBoxTester Constructor (String)

Creates a ControlTester from the control name.

[Visual Basic]
Overloads Public Sub New( _
   ByVal name As String _
)
[C#]
public ComboBoxTester(
   string name
);

Parameters

name
The Control name.

Remarks

This is the best constructor.

See Also

ComboBoxTester Class | NUnit.Extensions.Forms Namespace | ComboBoxTester Constructor Overload List