qt5base-lts/tests/auto/widgets
Friedemann Kleint d25589e052 QTestlib: Enable comparing QList against initializer lists/arrays
It is unnecessary to create a QList container just for comparison.

Split out helpers for comparing sequence sizes and sequences from
qCompare(QList) and add a template for an array with a non-type template
parameter for the size.

One can then write something like:

const int expected[] = {10, 12,...};
QCOMPARE(QFontDatabase.pointSizes(...), expected)

Unfortunately, any commas in such an array will be misread by macro expansion
as macro argument separators, so any expected array with more than one entry
needs an extra macro expanding __VA_ARGS__.

Change-Id: Ie7c8dc20bf669bbb25f6d7f8562455f8d03968c8
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2020-07-21 22:01:20 +02:00
..
dialogs CMake: Regenerate tests with new qt_ prefixed APIs 2020-07-09 09:38:35 +02:00
effects CMake: Regenerate subdir test projects 2020-07-09 09:38:39 +02:00
graphicsview QTestlib: Enable comparing QList against initializer lists/arrays 2020-07-21 22:01:20 +02:00
itemviews CMake: Regenerate subdir test projects 2020-07-09 09:38:39 +02:00
kernel Ensure styles always get to polish the application palette 2020-07-21 13:43:19 +02:00
styles CMake: Regenerate subdir test projects 2020-07-09 09:38:39 +02:00
util Refactor pointer event hierarchy 2020-07-10 14:32:56 +02:00
widgets CMake: Regenerate tests with new qt_ prefixed APIs 2020-07-09 09:38:35 +02:00
CMakeLists.txt Begin port of qtbase to CMake 2018-11-01 11:48:46 +00:00
widgets.pro Move QGestureRecognizer test to widgets/kernel 2017-06-02 18:36:11 +00:00