Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
-
None
-
8
-
Team B Foundation Sprint 55, Foundation PM Prioritized
Description
Currently, we have to provide a const char* to these macros' description arguments, which usually requires bending-over-backwards like
QSKIP(QByteArray("dddd") + ~~~ + "ffff").constData());
The macros, and their underlying QtTestLib functions, should just take QAnyStringView, and do the necessary conversion internally.
Attachments
Issue Links
- relates to
-
QTBUG-69413 QTestLib Changes in Qt
- Open
-
QTBUG-94476 Add varargs variants of QFAIL(), QSKIP(), QVERIFY2() that take printf-type format strings and parameters for them
- Open