Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Qt 和 QTest 的新手。我使用 QTest::qExec(&someMyTestClassObject) 来运行我的测试。是否可以隐藏“PASS:MyClass::myTest”消息?当然,我想查看所有“失败”消息和统计数据对不起我的英语不好
我不确定它是否适用于QTest::qexec,但使用生成的默认 QTest 可执行文件,QTEST_APPLESS_MAIN(MyTestClass)您可以使用参数运行测试-silent。
QTest::qexec
QTEST_APPLESS_MAIN(MyTestClass)
-silent
从帮助文本:
-silent : Only outputs warnings and failures