<QTest> 프록시 페이지

매크로

(since 6.8) QTEST_THROW_ON_FAIL
(since 6.8) QTEST_THROW_ON_SKIP

매크로 문서

[since 6.8] QTEST_THROW_ON_FAIL

정의된 경우 QCOMPARE()/QVERIFY() 등은 항상 실패 시 던집니다. 그러면 QTest::throwOnFail()은 더 이상 아무런 영향을 미치지 않습니다.

이 매크로는 Qt 6.8에 도입되었습니다.

[since 6.8] QTEST_THROW_ON_SKIP

정의되면 QSKIP()는 항상 던집니다. QTest::throwOnSkip()은 더 이상 아무런 영향을 미치지 않습니다.

이 매크로는 Qt 6.8에 도입되었습니다.

© 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.