I am new to unit testing and QTestLib. I could not find the answer to this particular problem. How do I test functions (or units) that do not return anything. I have read the tutorials given in the Qt site, but I do not know how to proceed.
I have reproduced the TextFinder example given in the Qt website. I now want to test the function on_findbutton_clicked. Thanks in advance