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; /***********/
_______________________________________________ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest