c++ - QTest::qExec Hide "passed" messages -
c++ - QTest::qExec Hide "passed" messages -
i'm new in qt , qtest. utilize qtest::qexec(&somemytestclassobject) run tests. possible hide "pass : myclass::mytest" messages? of course of study want see "fail" messages , statistics sorry poor english
i'm not sure if works qtest::qexec
, default qtest executable generated qtest_appless_main(mytestclass)
can run tests parameter -silent
.
from help-text:
-silent : outputs warnings , failures
c++ qt qtestlib
Comments
Post a Comment