From f65610e7b424b1d7629b967c4b62c0077399f879 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Wed, 1 Feb 2023 12:15:01 +0100 Subject: Mention QTest::currentTestResolved() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7d72c58b7a9b0910dee54758b829f43e5f1efd4d Reviewed-by: Kai Köhne (cherry picked from commit dd0f976e90d9ba9f30bf146aaeed1c573199ae88) Reviewed-by: Qt Cherry-pick Bot --- doc/src/whatsnew/whatsnew65.qdoc | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- cgit v1.2.1