c++ - QTest::qExec Hide "passed" messages -
I am new to Qt and Q. I used to run Quetest :: QXAC (and some test classes object) Is it possible to hide "PASS :: MyClass :: myTest" messages? Of course, I want to see all "unsuccessful" messages and statistics, sorry for my poor English
I Not sure that this works with Help-Text: QTest :: qexec , but with the default QTest executable generated with
-silent .
- Silent: Outputs only warnings and failures
Comments
Post a Comment