Creates a MessageBoxTester with the specified handle. NUnitForms users probably won't use this directly. Use the other constructor.
Creates a MessageBoxTester with the specified handle. NUnitForms users probably won't use this directly. Use the other constructor.
public MessageBoxTester(IntPtr);
Creates a MessageBoxTester that finds MessageBoxes with the specified name.
public MessageBoxTester(string);
MessageBoxTester Class | NUnit.Extensions.Forms Namespace