NUnitForms Class Library

CheckBoxTester Constructor (ControlTester, Int32)

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

[Visual Basic]
Overloads Public Sub New( _
   ByVal tester As ControlTester, _
   ByVal index As Integer _
)
[C#]
public CheckBoxTester(
   ControlTester tester,
   int index
);

Parameters

tester
The ControlTester.
index
The index to test.

Remarks

It is best to use the overloaded Constructor that requires just the name parameter if possible.

See Also

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