NUnitForms Activity
Brought to you by:
charliepoole,
lukemaxon
Can someone help me how to test messagebox with empty caption using ExpectModal? Message box is closed automatically if message box has caption but if the caption is empty ok button is not clicked sample code: ExpectModal("","MessageBoxOkHandler); MessageBox.Show("test","",MessageBoxbutton.OK,MessageBoxIcon.warning) public void MessageBoxOkHandler() { MessageBoxTester messageBox = new MessageBoxTester(""); messageBox.ClickOK(); }
The link in Astrobolidos' last post http://sourceforge.net/forum/forum.php?thread_id=1523514&forum_id=33694...