NUnitForms Class Library

MessageBoxTester Constructor

Creates a MessageBoxTester with the specified handle. NUnitForms users probably won't use this directly. Use the other constructor.

Overload List

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);

See Also

MessageBoxTester Class | NUnit.Extensions.Forms Namespace