summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2023-02-01 12:15:01 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-02-22 09:55:15 +0000
commitf65610e7b424b1d7629b967c4b62c0077399f879 (patch)
tree5583c867a5b7659452287c10535ee87c669231e0
parent2a558d3f075096790928cd29412456056691bf00 (diff)
downloadqtdoc-f65610e7b424b1d7629b967c4b62c0077399f879.tar.gz
Mention QTest::currentTestResolved()
Change-Id: I7d72c58b7a9b0910dee54758b829f43e5f1efd4d Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit dd0f976e90d9ba9f30bf146aaeed1c573199ae88) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/whatsnew/whatsnew65.qdoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/src/whatsnew/whatsnew65.qdoc b/doc/src/whatsnew/whatsnew65.qdoc
index 51b015a7..40a51523 100644
--- a/doc/src/whatsnew/whatsnew65.qdoc
+++ b/doc/src/whatsnew/whatsnew65.qdoc
@@ -140,6 +140,14 @@
\endlist
\endlist
+ \section2 Qt Test Module
+
+ \list
+ \li Added QTest::currentTestResolved() which returns true if the test
+ has failed or skipped. This can replace QTest::currentTestFailed()
+ as the condition to test on return from a helper function.
+ \endlist
+
\section2 Qt Widgets Module
\list