以下成员源于类 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 thread-safe .