MessageBoxTester Constructor (String)
Creates a MessageBoxTester that finds MessageBoxes with the
specified name.
[Visual Basic]Overloads Public Sub New( _
ByVal
name As
String _
)
[C#]public MessageBoxTester(
string name);
Parameters
- name
- The name of the MessageBox to test.
See Also
MessageBoxTester Class | NUnit.Extensions.Forms Namespace | MessageBoxTester Constructor Overload List