I'm trying to do unit tests in qt of Gui. It fills correctly data in QLineEdit
.
The problem is that I cannot close automatically a QMessageBox
which is called in a method that is tested. I have to push ok
button manually in the test app.
How can I solve it?
Thank you