G
Guest
I am writing unit tests that programmitically open and control a GUI. The
GUI puts up a modal dialog box while I am controlling it from my unit test.
Is there any way for me to close down that message box programmatically? Is
there even a way I can get a reference to the message box, perhaps by using
reflection?
GUI puts up a modal dialog box while I am controlling it from my unit test.
Is there any way for me to close down that message box programmatically? Is
there even a way I can get a reference to the message box, perhaps by using
reflection?