[Interest] QTest

Jérôme Godbout godboutj at amotus.ca
Wed Mar 20 00:46:49 CET 2019


Hi,
I run qTest::exec() to run my test but I would like to known if it's possible to recover the number of failure/pass/skipped to do some work after the qTest::exec(), here is code sample of what I would like to do:

/***********/
int rv = qTest::exec();
int nb_success = qTest::???();
int nb_failure = qTest::???();

// Do more work with the number of success and failure here

return rv;
/***********/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20190319/d3961ca1/attachment.html>


More information about the Interest mailing list