以下成員源於類 QTest 被棄用。 提供它們是為使舊源代碼能繼續工作。強烈建議不要在新代碼中使用它們。
(deprecated (6.3))
|
QVERIFY_EXCEPTION_THROWN ( 錶達式 , exceptiontype ) |
(棄用)
|
QWARN ( message ) |
This macro is deprecated since 6.3. We strongly advise against using it in new code.
使用
QVERIFY_THROWS_EXCEPTION(exceptiontype, expression)
代替。
This macro is deprecated. We strongly advise against using it in new code.
使用 qWarning () 代替。
追加 message 作為測試日誌的警告。此宏可以在測試中的任何地方使用。
注意: This macro is 綫程安全 .