Obsolete Members for QTest

クラスQTest の以下のメンバーは非推奨です。これらは古いソース・コードの動作を維持するために提供されています。新しいコードでは使用しないことを強くお勧めします。

マクロ

(deprecated in 6.3) QVERIFY_EXCEPTION_THROWN(expression, exceptiontype)
(deprecated) QWARN(message)

マクロ・ドキュメント

[deprecated in 6.3] QVERIFY_EXCEPTION_THROWN(expression, exceptiontype)

このマクロは6.3以降非推奨です。新しいコードでは使用しないことを強くお勧めします。

代わりにQVERIFY_THROWS_EXCEPTION(exceptiontype, expression) を使用してください。

[deprecated] QWARN(message)

このマクロは非推奨である。新しいコードでは使用しないことを強く推奨する。

代わりにqWarning() を使用してください。

message をテストログに警告として追加します。このマクロはテストの任意の場所で使用できます。

注意:このマクロはスレッドセーフです。

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.