NUnitForms Class Library

ButtonTester Constructor (String, String)

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

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

Parameters

name
The Control name.
formName
The Form name..

Remarks

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

See Also

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